drag_drop
Drag and drop elements using CSS selectors or coordinates, with optional intent labeling for audit logs.
Instructions
Drag and drop by selector or coordinates. Pass intent="..." (≤120 chars) to label this action in audit logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID | |
| sourceSelector | No | Source CSS selector | |
| sourceX | No | Source X (alternative to selector) | |
| sourceY | No | Source Y (alternative to selector) | |
| targetSelector | No | Target CSS selector | |
| targetX | No | Target X (alternative to selector) | |
| targetY | No | Target Y (alternative to selector) | |
| steps | No | Intermediate drag steps. Default: 10 | |
| delay | No | Delay in ms between steps. Default: 10 | |
| intent | No | Human-readable label for this action in audit logs (≤120 chars) |