waitForValue (UI Automation - Synchronization)
Compatible with:
- Purpose
- This command waits for the value of a specific element
- Syntax
- waitForValue(locator, pattern)
- Target
- locator
- Value
- pattern -The value of the element ( Can string or numeric)
- Return Value
- The element value or "on/off" for checkbox/radio elements.