browser_drag
Drag and drop elements in a browser window using structured accessibility snapshots. Specify source and target elements with exact references to perform precise interactions programmatically.
Instructions
Perform drag and drop between two elements
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endElement | Yes | Human-readable target element description used to obtain the permission to interact with the element | |
endRef | Yes | Exact target element reference from the page snapshot | |
startElement | Yes | Human-readable source element description used to obtain the permission to interact with the element | |
startRef | Yes | Exact source element reference from the page snapshot |