Verify Exists

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


Checks that the element is currently 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 fail.

Usage

[MADCOW:htmlElementReference].verifyExists

Examples

country.verifyExists
google_searchBox.verifyExists