Skip to main content
Glama

firefox-devtools-mcp

drag_by_uid_to_uid

Simulate HTML5 drag-and-drop between elements using JavaScript drag events for browser automation testing and web interaction scenarios.

Instructions

Simulate HTML5 drag-and-drop from one UID to another using JS drag events. May not work with all custom libraries.

Input Schema

NameRequiredDescriptionDefault
fromUidYesThe UID of the element to drag
toUidYesThe UID of the target element to drop onto

Input Schema (JSON Schema)

{ "properties": { "fromUid": { "description": "The UID of the element to drag", "type": "string" }, "toUid": { "description": "The UID of the target element to drop onto", "type": "string" } }, "required": [ "fromUid", "toUid" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/freema/firefox-devtools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server