“waitFor” commands of selenium IDE are very useful for your software application regression testing. There are many waitFor commands available in selenium […]
We can use “waitForElementPresent” command to wait till element appears on page. One other command “waitForTextPresent” command to wait till text display […]
“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 […]