pet_wait_text
Block program execution until specified text appears on the screen. On timeout, returns the current screen content for inspection.
Instructions
Block until TEXT appears on the screen. A timeout returns {"fired": null, "screen": ...} (not an error) so you can inspect what the program actually displayed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| session | No | ||
| timeout | No |