computer_left_click_drag
Performs a click-and-drag action from start to end coordinates on the Linux X11 desktop. Use for drag-and-drop, resizing windows, or selecting text regions.
Instructions
Click and drag from start coordinates to end coordinates. Useful for drag-and-drop, resizing windows, selecting text regions, etc. The display is 1429x804 pixels (scaled from 1920x1080). All coordinates are in the scaled coordinate space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_x | Yes | Start X coordinate | |
| start_y | Yes | Start Y coordinate | |
| end_x | Yes | End X coordinate | |
| end_y | Yes | End Y coordinate |