safari_wait_for
Pause execution until a specific CSS selector or text appears on the page, with configurable timeout.
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 to wait for | |
| timeout | No | Timeout in ms (default: 10000) |