MCP Libraries
firefox-devtools-mcpTools Reference

hover_by_uid

Hover over element by UID

hover_by_uid

Hover the mouse over an element identified by its UID.

Parameters

ParameterTypeRequiredDescription
uidstringYesElement UID from snapshot

Example

{
  "tool": "hover_by_uid",
  "arguments": {
    "uid": "uid-menu-item-456"
  }
}

On this page