page_wait
Wait for text to appear, disappear, or a set timeout to control browser automation flow.
Instructions
Wait for text to appear, disappear, or a specified time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to wait for (appears) | |
| time | No | Fixed wait time in seconds | |
| timeout | No | Max wait time in ms. Default: 10000 | |
| textGone | No | Text to wait to disappear | |
| instanceId | Yes | Target instance |