Selenium IDE – How “assertNotSelectedLabel” and “assertNotSelectedLabels” commands works

“assertNotSelectedLabel” and “assertNotSelectedLabels” are very useful assertions in selenium IDE software for drop down and list box type elements. However you can look at other related commands examples on this Link. As you know, If any of the above assert command will fail, selenium IDE will stop its execution immediately. However in case of verification … Read more

Selenium IDE tutorials for “verifySelectedValue” and “verifySelectedValues” with example

Published many tutorial articles of selenium IDE related to verification commands with examples. “verifySelectedValue” and “verifySelectedValues” are verification commands and useful to verify the selection of values from list box or drop down of your software web application.”verifySelectedValue” command works with single selection from list box and “verifySelectedValues” works with multiple selection from list box. “verifySelectedValue” Command  … Read more

Selenium IDE assertions “verifyNotText” and “verifyNotTitle” Command Examples

This tutorial post of selenium IDE will describe you how to use “verifyNotText” and “verifyNotTitle” commands for your software application to verify text and title of the page. However you can read more tutorial posts on assertion commands and verification commands for your reference. “verifyNotText” command works for any page element’s text and “verifyNotTitle” is used for title … Read more

Selenium IDE Example of “verifyTextNotPresent” and “waitForTextNotPresent” commands

Selenium IDE has many commands related to text for software web application. Few of them are “assertText“, “assertTextPresent“, “storeText“, “waitForTextPresent” etc. You can view more related commands with example at our Selenium IDE all commands collection page. “verifyTextNotPresent” and “waitForTextNotPresent” are also used for text on page. “verifyTextNotPresent” is verification command while “waitForTextNotPresent” is waitFor command of … Read more