screenshot_page
Capture the current page as a base64-encoded PNG screenshot. Optionally save it to a file to avoid returning image data in the response.
Instructions
Capture page screenshot as base64 PNG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| saveTo | No | Save the screenshot to a file instead of returning it as image data in the response. Pass a file path, an existing directory (generated file inside), or true (generated file under ~/.firefox-devtools-mcp/output/). Relative paths resolve against the current working directory. |