waitForNotVisible (UI Automation - Synchronization)
Compatible with:
- Purpose
- Waits for a specific element not to be visible.
- Syntax
- waitForNotVisible(locator)
- Target
- locator
- Value
- N/A
- Return Value
- true if the specified element is not visible, false otherwise.