waitForXpathCount (UI Automation - Synchronization)
Compatible with:
- Purpose
- This command waits for number of nodes that match with the specific xpath
- Syntax
- waitForXpathCount(xpath, pattern)
- Target
- xpath
- Value
- pattern - The count
- Return Value
- Returns the number of nodes that match the specified xpath, eg. "//table" would give the number of tables