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

Selenium css locators tutorial with example

As you know, Locators in selenium webdriver software testing tool are main elements and CSS Locator is another alternative of Xpath element locator, ID or Name locator or any other element locators in selenium webdriver software automation testing tool. Full form of CSS is “Cascading Style Sheets” and it define that how to display HTML elements on … Read more