wait-for-element
Pauses automation until a specified UI element becomes visible on the screen, using element selectors like xpath or id, with a customizable timeout to prevent indefinite waits.
Instructions
Wait for an element to be visible on screen
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | Element selector (e.g., xpath, id) | |
strategy | No | Selector strategy: xpath, id, accessibility id, class name (default: xpath) | |
timeoutMs | No | Timeout in milliseconds (default: 10000) |