Webpage Screenshot MCP
未认领An MCP that gives your agent the ability to snap a screenshot of webpages. Useful when you want your agent to check its progress during development.
工具(17 个)
delay
(optional): Additional delay in milliseconds after page load (default: 0)
format
(optional): Image format - "png", "jpeg", or "webp" (default: "png")
fullPage
(optional): Whether to capture the full page or just the viewport (default: true)
height
(optional): Viewport height in pixels (default: 1080)
padding
(optional): Padding around the element in pixels (default: 0)
quality
(optional): Quality of the image (0-100), only applicable for jpeg and webp
reuseAuthPage
(optional): Whether to use the existing authenticated page (default: false)
selector
(required): CSS selector for the element to screenshot
successIndicator
(optional): CSS selector or URL pattern that indicates successful login
url
(required): The URL of the login page
useDefaultBrowser
(optional): Whether to use the system's default browser (default: true)
useSavedAuth
(optional): Whether to use saved cookies from previous login (default: true)
visibleBrowser
(optional): Whether to show the browser window (default: false)
waitFor
(optional): When to consider page loaded - "load", "domcontentloaded", "networkidle0", or "networkidle2" (default: "networkidle2")
waitForSelector
(optional): Whether to wait for the selector to appear (default: true)
waitMinutes
(optional): Maximum minutes to wait for login (default: 5)
width
(optional): Viewport width in pixels (default: 1920)