“clickAt” and “clickAtAndWait” commands with example in selenium IDE

 “clickAt” selenium IDE command“clickAt” command is useful when you need to click on specific x,y position of any element of software web application. Sometime this types of conditions occurs at that time you can use clickAt command. You need to fill x,y position value in value field of command. In bellow example of selenium IDE … Read more

“click” and “clickAndWait” commands with example in selenium IDE

“click” command“click” command is another mostly used command in selenium ide software testing tool. you can use it when you want to click on any element like Link, Text box, radio button, check box etc of your software web application. In below given example, click command will click on element “css=#gb_2 > span.gbts” of software … Read more