Selenium IDE “verifyElementNotPresent” and “waitForElementNotPresent” Commands With Examples
In any software application regression test case, you need to verify and wait for different conditions as per test scenario requirement. Selenium […]
In any software application regression test case, you need to verify and wait for different conditions as per test scenario requirement. Selenium […]
Before learning “storePrompt” and “verifyPrompt” commands, you should be aware about the difference between alert, confirmation and prompt. You will see 3 buttons […]
“assertNotSelectedLabel” and “assertNotSelectedLabels” are very useful assertions in selenium IDE software for drop down and list box type elements. However you can […]
Selenium IDE has many commands related to text for software web application. Few of them are “assertText“, “assertTextPresent“, “storeText“, “waitForTextPresent” etc. You […]