browser_mouse_drag_xy
Drag the mouse cursor from a start coordinate to an end coordinate on a web page. Use this to automate click-and-drag actions like selections or moving elements.
Instructions
Drag left mouse button to a given position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endX | Yes | End X coordinate | |
| endY | Yes | End Y coordinate | |
| startX | Yes | Start X coordinate | |
| startY | Yes | Start Y coordinate |