drag
Simulate dragging from a source element to a target drop zone in Electron apps. Automates drag-and-drop testing using CSS selectors for both endpoints.
Instructions
Drag and drop from source to target element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | CSS selector for source element to drag | |
| target | Yes | CSS selector for target drop zone |