safari_wait_for
Wait for specific elements or text to appear on a webpage during automation, using CSS selectors or text content 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) |