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 […]
Selenium IDE is very useful regression testing tool in software industry. Selenium IDE has many built in commands and you can also […]
“selectPopUp” command “selectPopUp” command works same as “selectWindow“ command. Sometimes when you click on link then it is opening new window popup. […]
How to use “verifyElementPresent” in selenium “verifyelementpresent” command in selenium is useful for verification of element presence on page. Selenium ide will […]
“waitForPopUp” Command Remember one thing that selenium IDE software automation testing tool can handle only one window at a time. When you […]