computer_drag
Simulate mouse dragging from one screen coordinate to another on a Mac, with adjustable duration and button selection.
Instructions
Drag from start coordinates to end coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_x | Yes | Ending X coordinate | |
| end_y | Yes | Ending Y coordinate | |
| button | No | Mouse button to use (default: 'left') | left |
| start_x | Yes | Starting X coordinate | |
| start_y | Yes | Starting Y coordinate | |
| duration | No | Duration of the drag in seconds (default: 0.5) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||