safari_drag
Drag an element to a target position or element in Safari using CSS selectors or coordinates. Enables automation of drag-and-drop interactions.
Instructions
Drag an element to another element or position. Use CSS selectors or x/y coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceX | No | Source X coordinate | |
| sourceY | No | Source Y coordinate | |
| targetX | No | Target X coordinate | |
| targetY | No | Target Y coordinate | |
| sourceSelector | No | CSS selector of element to drag | |
| targetSelector | No | CSS selector of drop target |