computer.wait_for
Wait for a screen change, window title, or OCR text to appear after an action, then continue. Use to verify UI reactions instead of blind sleeps.
Instructions
Wait until something changes on screen. Expectations: 'any_change', 'window' (value = window title substring), 'text' (value = OCR text substring). Use after actions to await UI reactions instead of blind sleeps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | ||
| timeout_s | No | ||
| expectation | No | any_change |