safari_click_and_read
Click webpage elements and retrieve updated content in one operation to reduce round-trip delays. Handles both React Router navigation and full page loads for efficient browser automation.
Instructions
Click an element then return the updated page — saves 1 full round-trip vs separate click+read_page. Handles both React Router navigation and full page loads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Visible text of the element to click | |
| selector | No | CSS selector | |
| x | No | X coordinate | |
| y | No | Y coordinate | |
| wait | No | Ms to wait after click (default: auto-detect navigation) | |
| maxLength | No | Max chars to return (default: 50000) |