safari_scroll_to
Scroll a Safari page to specified coordinates to bring content into view, enabling precise interaction with elements that require scrolling.
Instructions
Scroll to a specific position on the page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X position (default: 0) | |
| y | No | Y position (default: 0) | |
| receipt | No | Tab receipt from safari_new_tab — pins this call to that tab (survives reconnects/subagents) |