drag
Move a mouse between two pixel coordinates within a desktop app to select, relocate, or interact with objects. Provide the app and start/end positions for automatic cursor movement.
Instructions
Drag from one point to another using pixel coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | App name, full app path, or unambiguous bundle identifier | |
| to_x | Yes | End X coordinate | |
| to_y | Yes | End Y coordinate | |
| from_x | Yes | Start X coordinate | |
| from_y | Yes | Start Y coordinate |