safari_click_and_wait
Automate browser interactions by clicking elements and waiting for page loads or specific elements to appear, combining two common actions into one efficient step for Safari automation.
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) |