wavexis_drag
Drags an element from a source CSS selector to a target CSS selector, firing drag and drop events. Returns status or error details.
Instructions
Drag an element from a source selector to a target selector.
Use wavexis_drop when you need to drop arbitrary MIME data or files onto an element rather than dragging an existing DOM element.
Side effects: Performs a drag-and-drop operation between two elements, firing drag/dragstart/dragend and drop events. Returns: JSON string with keys: 'status' ('ok'/'error'). On error also 'error', 'tool', 'type', 'message', 'suggestion' (all str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |