cloak_wait_for
Wait for a specific element or text to appear on a webpage, with configurable timeout and CSS selector support.
Instructions
Wait for an element or text to appear on the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector to wait for. | |
| text | No | Text content to wait for. | |
| timeout | No | Timeout in milliseconds. |