safari_wait_for
Wait for a specific element or text to appear on the page using a CSS selector or text match. Define an optional timeout to control how long to wait before failing.
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 |