wait_for_text
Waits for a UI element containing specified text to appear on the Android screen, with a configurable timeout. Ensures the element is present before proceeding with actions.
Instructions
Wait until an element containing text appears (up to timeout seconds).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |