wait_for
Pauses execution until one of the given texts appears on the page, ensuring automation proceeds at the right moment.
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. |