browser_drag
Drags a specified source element to a target element on a web page, enabling automated drag-and-drop interactions using element references or selectors.
Instructions
Perform drag and drop between two elements
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startElement | No | Human-readable source 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 | |
| endElement | No | Human-readable target element description used to obtain the permission to interact with the element | |
| endTarget | Yes | Exact target element reference from the page snapshot, or a unique element selector |