wait_for_text
Waits for specific text to appear on the screen during mobile UI tests, using configurable timeout and polling to verify visibility.
Instructions
Wait until specific text appears anywhere on the screen
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to wait for | |
| device_id | No | Target device ID. If omitted, uses the default device. | |
| timeout_ms | No | Maximum time to wait in milliseconds (default: 10000) | |
| poll_interval_ms | No | Polling interval in milliseconds (default: 500) |