Smithery
screenshot_cross_browser
Capture a URL in Chromium, Firefox, and WebKit simultaneously. Returns three screenshot URLs — one per browser engine. Useful for cross-browser visual testing.
Remote relievedattention992-smithery/screenshotsmcp
Other tools also called screenshot_cross_browser?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "The URL to screenshot"
},
"width": {
"type": "integer",
"default": 1280,
"maximum": 3840,
"minimum": 320,
"description": "Viewport width"
},
"height": {
"type": "integer",
"default": 800,
"maximum": 2160,
"minimum": 240,
"description": "Viewport height"
},
"fullPage": {
"type": "boolean",
"default": false,
"description": "Capture full scrollable page"
}
}
}