safari_click_and_read
Click a specified element and get the updated page content in one call, eliminating a separate read step. Handles React Router navigation and full page loads.
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 |
|---|---|---|---|
| x | No | X coordinate | |
| y | No | Y coordinate | |
| text | No | Visible text of the element to click | |
| wait | No | Ms to wait after click (default: auto-detect navigation) | |
| receipt | No | Tab receipt from safari_new_tab — pins this call to that tab (survives reconnects/subagents) | |
| selector | No | CSS selector | |
| maxLength | No | Max chars to return (default: 50000) |