Verify Does Not Exist

Checks that the element is currently NOT found on the page for the user to interact with.


Checks that the element is currently NOT found on the page for the user to interact with. Note that if the element is actually on the page but hidden (e.g. style=”display:none;”) this operation will pass.

Usage

[MADCOW:htmlElementReference].verifyDoesNotExist

Examples

country.verifyDoesNotExist
google_searchBox.verifyDoesNotExist