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