Drag between coordinates
browser_mouse_drag_xyDrag the mouse from one viewport coordinate to another by specifying start and end X/Y positions.
Instructions
Drag from one viewport coordinate to another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toX | Yes | End X | |
| toY | Yes | End Y | |
| fromX | Yes | Start X | |
| fromY | Yes | Start Y |