wait_for
Wait until any specified text appears on a page, with an optional timeout. Use this to synchronize browser automation with dynamic content loading.
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. |