drag
Simulate a mouse press-and-move gesture from one pixel coordinate to another within a specified application, enabling actions like moving objects or selecting areas.
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 |