remote_macos_mouse_scroll
Trigger mouse scroll actions at specific coordinates on a remote macOS machine. Automatically scales coordinates for accuracy using screen dimensions.
Instructions
Perform a mouse scroll at specified coordinates on a remote MacOs machine, with automatic coordinate scaling. Uses environment variables for connection details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | Scroll direction | down |
| source_height | No | Height of the reference screen for coordinate scaling | |
| source_width | No | Width of the reference screen for coordinate scaling | |
| x | Yes | X coordinate for mouse position (in source dimensions) | |
| y | Yes | Y coordinate for mouse position (in source dimensions) |