Skip to main content
Glama

firefox-devtools-mcp

click_by_uid

Click or double-click browser elements using unique identifiers for automated testing, web scraping, and browser control tasks.

Instructions

Click an element identified by its UID. Supports double-click via dblClick=true. TIP: Take a fresh snapshot if the UID becomes stale.

Input Schema

NameRequiredDescriptionDefault
dblClickNoIf true, performs a double-click (default: false)
uidYesThe UID of the element to click

Input Schema (JSON Schema)

{ "properties": { "dblClick": { "description": "If true, performs a double-click (default: false)", "type": "boolean" }, "uid": { "description": "The UID of the element to click", "type": "string" } }, "required": [ "uid" ], "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