MCP Libraries
firefox-devtools-mcpTools Reference

screenshot_page

Capture full page screenshot

screenshot_page

Capture a screenshot of the entire page.

Parameters

ParameterTypeRequiredDescription
fullPagebooleanNoCapture full scrollable page

Example

{
  "tool": "screenshot_page",
  "arguments": {
    "fullPage": true
  }
}

Response

Returns the screenshot as base64-encoded image data.

On this page