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