waitForTextNotPresent (UI Automation - Synchronization)
Compatible with:
- Purpose
- The command verifies the specific text pattern does not appear somewhere on the rendered page shown to the user.
- Syntax
- waitForTextNotPresent(pattern)
- Target
- pattern
- Value
- N/A
- Return Value
- true if the pattern matches the text, false otherwise