drag
Drags the mouse from a start coordinate to an end coordinate for automating UI interactions on macOS.
Instructions
Performs a drag operation from start to end coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startX | Yes | Starting X coordinate | |
| startY | Yes | Starting Y coordinate | |
| endX | Yes | Ending X coordinate | |
| endY | Yes | Ending Y coordinate |