mouse_drag
Drag the mouse from one screen position to another to execute drag-and-drop actions, select text, or resize windows.
Instructions
Drag the mouse from one position to another. Useful for drag-and-drop, selecting text, resizing windows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toX | Yes | End X coordinate | |
| toY | Yes | End Y coordinate | |
| fromX | Yes | Start X coordinate | |
| fromY | Yes | Start Y coordinate | |
| duration | No | Duration of drag in seconds (default: 0.5) |