drag
Simulates a mouse drag by moving the cursor from one screen coordinate to another, enabling automated drag-and-drop interactions.
Instructions
Drag from one screen coordinate to another using CGEvent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | ||
| to_x | Yes | ||
| to_y | Yes | ||
| from_x | Yes | ||
| from_y | Yes |