mouse_drag
Simulate a drag by pressing a mouse button at a start point and releasing it at an end point, with configurable button and duration for GUI automation.
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 |