wait_for
Waits for specified text to appear on a webpage, resolving when any text in the list is detected, with configurable timeout options.
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. |