browser_drag
Simulate drag and drop between two elements by providing source and target references, enabling precise UI automation in browser sessions.
Instructions
Perform drag and drop between two elements
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endRef | Yes | Exact target element reference from the page snapshot | |
| startRef | Yes | Exact source element reference from the page snapshot | |
| sessionId | No | Target session ID. Omit to use the active session. | |
| endElement | Yes | Human-readable target element description used to obtain the permission to interact with the element | |
| startElement | Yes | Human-readable source element description used to obtain the permission to interact with the element |