drag
Drags one element onto another using their unique IDs to automate drag-and-drop interactions in the browser. Optionally includes a snapshot.
Instructions
Drag an element onto another element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_uid | Yes | The uid of the element to drop into | |
| from_uid | Yes | The uid of the element to drag | |
| includeSnapshot | No | Whether to include a snapshot in the response. Default is false. |