wavexis_mouse_drag_xy
Drag the mouse from one screen coordinate to another using CDP mouse events. Dispatches mouseMoved, mousePressed, and mouseReleased to trigger page interactions.
Instructions
Drag the mouse from one screen coordinate to another via CDP mouse events.
This tool mirrors Playwright's API for compatibility; use wavexis_act
instead for natural-language drag interactions.
Side effects: Dispatches mouseMoved, mousePressed, and mouseReleased events to the browser page; may trigger page interactions. Returns: JSON string with keys: 'status' ('ok'/'error').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |