mouse_drag
Perform a mouse drag by pressing a button at a start point, moving to an end point, and releasing. Automates selection, moving, or drawing in GUI applications.
Instructions
Press a mouse button at a start point and release it at an end point.
Args: params (DragInput): optional start, required end, button and duration.
Returns: str: JSON describing the drag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |