Chrome Debug MCP Server

screenshot

Take a screenshot of the page or element

Input Schema

NameRequiredDescriptionDefault
fullPageNoWhether to capture the full scrollable page
pathYesOutput path for screenshot
qualityNoImage quality (0-100) for JPEG
selectorNoOptional CSS selector to screenshot specific element

Input Schema (JSON Schema)

{ "properties": { "fullPage": { "description": "Whether to capture the full scrollable page", "type": "boolean" }, "path": { "description": "Output path for screenshot", "type": "string" }, "quality": { "description": "Image quality (0-100) for JPEG", "type": "number" }, "selector": { "description": "Optional CSS selector to screenshot specific element", "type": "string" } }, "required": [ "path" ], "type": "object" }