safari_click_and_wait
Click an element and automatically wait for page load or a specified element, combining two steps into one efficient 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 |
|---|---|---|---|
| selector | No | CSS selector to click | |
| text | No | Visible text to click | |
| waitFor | No | CSS selector to wait for after click | |
| timeout | No | Wait timeout in ms (default: 10000) |