drag_and_drop
Move a web element onto a target location by simulating drag-and-drop with CSS selectors, enabling automated testing of interactive UI components.
Instructions
Drag one element and drop it onto another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | css | |
| source_selector | Yes | ||
| target_selector | Yes |