browser_drag
Drag and drop elements within a browser session by specifying source and target selectors. Enables precise UI automation for reordering or moving items.
Instructions
Perform drag and drop between two elements
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTarget | Yes | Exact target element reference from the page snapshot, or a unique element selector | |
| sessionId | Yes | The session ID to use for this operation | |
| endElement | No | Human-readable target element description used to obtain the permission to interact with the element | |
| startTarget | Yes | Exact target element reference from the page snapshot, or a unique element selector | |
| startElement | No | Human-readable source element description used to obtain the permission to interact with the element |