browser_drag
Drag from one coordinate to another with intermediate steps for drag-and-drop, slider manipulation, or text selection.
Instructions
Drag from one coordinate to another with smooth intermediate steps. Useful for drag-and-drop, slider manipulation, or text selection by dragging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toX | Yes | ||
| toY | Yes | ||
| fromX | Yes | ||
| fromY | Yes | ||
| steps | No | Number of intermediate mouse-move steps (default: 10) |