“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

Selenium IDE “open”and “openWindow” commands with example

 “open” Command“Open” command in selenium IDE software testing tool is mostly used command in selenium IDE software testing tool. “Open” command opens the URL whatever you want to open in your current selected browser window or tab.In bellow given sample script, it will open “https://www.google.com” URL into your currently selected browser window. New Test Command Target … Read more