wait_for_text
Wait for specified text to appear on the mainframe screen, or timeout after a set duration. Use to pause automation until expected content is visible.
Instructions
Block until pattern appears anywhere on screen or timeout elapses.
Args: pattern: Literal text to wait for (case-insensitive). timeout: Seconds to wait. Default 10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |