wait_for
Wait for any specified text to appear on the selected page before proceeding, preventing errors from premature actions.
Instructions
Wait for the specified text to appear on the selected page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Non-empty list of texts. Resolves when any value appears on the page. | |
| pageId | Yes | Targets a specific page by ID. | |
| timeout | No | Maximum wait time in milliseconds. If set to 0, the default timeout will be used. |