MCP Libraries
firefox-devtools-mcpTools Reference

screenshot_by_uid

Capture specific element screenshot

screenshot_by_uid

Capture a screenshot of a specific element.

Parameters

ParameterTypeRequiredDescription
uidstringYesElement UID from snapshot

Example

{
  "tool": "screenshot_by_uid",
  "arguments": {
    "uid": "uid-chart-container"
  }
}

Response

Returns the element screenshot as base64-encoded image data.

On this page