How to Use Selenium IDE “waitForText” and “waitForNotText” commands?
“waitFor” commands of selenium IDE are very useful for your software application regression testing. There are many waitFor commands available in selenium IDE like – “waitForElementPresent ” command will pause selenium until targeted element not present on software web application page, “waitForPageToLoad” command will force selenium to pause until page not get loaded properly. Same way, “waitForText” … Read more