wait_for_element
Waits until a UI element with the given text appears on the Android screen. Use an optional timeout to cap the wait duration.
Instructions
Wait for a UI element with specific text to appear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text of the element to wait for | |
| timeout | No | Timeout in seconds (default: 10) |