drag
Drag a UI element onto another target element on a specified page using page ID and element UIDs. Simulates the drag-and-drop interaction to change the page state for subsequent inspection.
Instructions
Drag an element onto another element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Targets a specific page by ID. | |
| 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. |