mouse_drag
Perform a mouse drag from start to target coordinates, with optional button selection (left, middle, or right).
Instructions
Drag from (x1, y1) to (x2, y2) while holding the given button (default left).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| y1 | Yes | ||
| x2 | Yes | ||
| y2 | Yes | ||
| button | No | Default: left. |