desktop_drag
Drag the mouse from one coordinate to another on the sandbox desktop, enabling GUI automation tasks like moving windows or drawing.
Instructions
Drag from (from_x, from_y) to (to_x, to_y) on the sandbox desktop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| to_x | Yes | ||
| to_y | Yes | ||
| button | No | ||
| from_x | Yes | ||
| from_y | Yes | ||
| hold_ms | No |