safari_click_and_wait
Click an element and automatically wait for page load or a specified element to appear. Combines click and wait into one action.
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 |