mouse_drag
Execute a left-button mouse drag between two coordinates on the Mac screen to perform drag-and-drop operations for automation.
Instructions
Left-button HID drag from (fromX, fromY) to (toX, toY) in screen points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toX | Yes | ||
| toY | Yes | ||
| fromX | Yes | ||
| fromY | Yes |