safari_wait_for
Wait for a CSS selector to appear in a Safari tab, with timeout. Use after clicks or navigation to handle async-loaded content; returns found=False on timeout.
Instructions
Poll a Safari tab until a CSS selector matches an element, or time out. Useful after a click/navigation that loads content asynchronously. Returns found=False (not an error) on timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | ||
| window | No | ||
| selector | Yes | ||
| timeout_seconds | No |