browser_mouse_drag
Performs a mouse drag from one coordinate to another within a browser session, enabling interactions like selecting text or moving elements.
Instructions
Drag from (x1, y1) to (x2, y2) with the left button held.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| y1 | Yes | ||
| x2 | Yes | ||
| y2 | Yes | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |