browser_drag
Drag an element from a start target to an end target using snapshot refs or CSS selectors, enabling automated drag-and-drop interactions in browser automation.
Instructions
Drag one snapshot ref or selector to another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | No | Stable page ID; defaults to the session active page | |
| endTarget | Yes | Snapshot ref such as e12, aria-ref=e12, or a unique CSS selector | |
| sessionId | No | Optional session ID; defaults to this MCP client active session | |
| startTarget | Yes | Snapshot ref such as e12, aria-ref=e12, or a unique CSS selector |