Selenium IDE – Complete List of Commands With Examples Part – 2

This guide provides a complete list of Selenium IDE commands with descriptions and usage examples. You’ll learn how each command works and how to use them effectively in test automation to create reliable and maintainable test cases. Pending commands list in part 1 with tutorial link are listed in bellow given table. Click on command … Read more

List of Selenium Commands With Examples Part – 1

Selenium IDE commands with examples There are many commands available in selenium IDE software testing tool. I have prepared one selenium commands list and linked some selenium ide command with its examples. So you can click on command link(From bellow given selenium ide commands list table) to view how to and where to use that command … Read more

selenium IDE “selectPopUpAndWait” and “Close” commands with example

Selenium IDE is very useful regression testing tool in software industry. Selenium IDE has many built in commands and you can also extend it using extensions files. Let me describe you more 2 commands of Selenium IDE. “selectPopUpAndWait” command You can read my post about “selectPopUp” command before understanding “selectPopUpAndWait” command. As name suggests, “selectPopUpAndWait” … Read more

selenium “selectPopUp” example – selenium ide “deselectPopUp” command example

“selectPopUp” command “selectPopUp” command works same as “selectWindow“ command. Sometimes when you click on link then it is opening new window popup. If you want to perform some actions on new opened popup window then you need to select that popup first then and then you can perform any action on new window. In such … Read more