firefox-devtools-mcpTools Reference
drag_by_uid_to_uid
Drag and drop between elements
drag_by_uid_to_uid
Drag one element and drop it onto another.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
sourceUid | string | Yes | UID of element to drag |
targetUid | string | Yes | UID of drop target |
Example
{
"tool": "drag_by_uid_to_uid",
"arguments": {
"sourceUid": "uid-item-1",
"targetUid": "uid-dropzone"
}
}