wait_for
Wait for any of the specified texts to appear on the page, with an optional timeout to control the maximum wait time.
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. | |
| timeout | No | Maximum wait time in milliseconds. If set to 0, the default timeout will be used. |