Selenium IDE “waitForCondition” Command Tutorials With Example
We can use “waitForElementPresent” command to wait till element appears on page. One other command “waitForTextPresent” command to wait till text display on software application page. Sameway, “waitForCondition” command will wait for condition until targeted condition not match. This selenium command is very useful to take action based on condition. Let we take one example scenario. … Read more