Wait For Element
WaitForElementWaits for a UI element to appear, handling dynamic content. Returns element details when found or an error on timeout. Accepts text, class, resource ID, or description as identifiers.
Instructions
Wait for an element to appear on screen. Use this instead of Wait when content is loading dynamically. Returns element info when found or error on timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| timeout | No | ||
| className | No | ||
| resourceId | No | ||
| description | No |