safari_scroll_to
Scroll browser page to exact X and Y coordinates. Use for programmatic navigation without mouse, enabling precise viewport positioning in automated tasks.
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) |