zerodom_drag
Execute drag-and-drop actions between source and target elements, then return the resulting DOM changes. Enables testing of reorderable lists, upload zones, and sliders where the gesture is the input.
Instructions
Drag source onto target and return what changed.
Drag-to-reorder lists, drag-and-drop upload zones, sliders — anything a click/fill pair can't express because the gesture itself is the input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_node_id | Yes | ||
| target_node_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |