computer_scroll
Scroll to a specified screen position on a Mac by providing X and Y coordinates. Adjust the scroll with optional horizontal and vertical amounts.
Instructions
Scroll at the specified position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate where to scroll | |
| y | Yes | Y coordinate where to scroll | |
| scroll_x | No | Horizontal scroll amount (positive = right, negative = left) | |
| scroll_y | No | Vertical scroll amount (positive = down, negative = up) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||