“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 […]