safari_click_and_wait
Click an element and wait for the page to load or a target element to appear, merging separate actions into one.
Instructions
Click an element AND wait for the result (page load or element). Use instead of click + wait_for separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Visible text to click | |
| timeout | No | Wait timeout in ms (default: 10000) | |
| waitFor | No | CSS selector to wait for after click | |
| selector | No | CSS selector to click |