safari_wait_for
Wait for a text or CSS selector to appear on the page, with an optional timeout, to synchronize automation steps.
Instructions
Wait for an element or text to appear on the page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to wait for | |
| timeout | No | Timeout in ms (default: 10000) | |
| selector | No | CSS selector to wait for |