“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

Record and play sample script in selenium ide

 Now all you are familiar about selenium IDE software testing tool bar and its different components. Now lets we record and play sample script in selenium IDE software testing tool. Follow bellow given steps to record script in selenium IDE software testing tool.Recording sample script in Selenium IDE Open new tab in Mozilla Firefox browser. Open … Read more