waitForNotFound
Command and Function - Eggplant Specific Term
The waitForNotFound command and function search the SUT for one or more screen elements (images or text) and halt the script execution until none of the specified elements are found on the SUT. If any of the given elements are found on the SUT, the search is repeated until none are found. If the specified wait time elapses without the element(s) being gone from the SUT, an exception is thrown.
WaitForNotFound is functionally the opposite of the waitFor command. Where waitFor waits a length of time until something is visible on the screen,waitForNotFound waits a length of time until something is not visible on the screen.
Further Reading
Resources in our other reference manuals.
Related Terms
Related terms in the SenseTalk Dictionary.