“assertTextPresent” and “assertTextNotPresent” command in selenium IDE
“assertTextPresent” command “assertTextPresent” command is useful for verifying and asserting selenium if given text is not present on page. It will return false as error if specified text is not present on page and will stop execution. New Test Command Target Value open https://www.google.co.in/ assertTextPresent Maps verifyTextPresent Maps In above example, selenium IDE software testing … Read more