BrowserLoop
Captures web page screenshots using Playwright with support for full-page, element-specific, and viewport screenshots in PNG, JPEG, and WebP formats, featuring cookie authentication, domain filtering, and configurable quality settings for web testing and visual verification workflows.
17 stars
0 tools
Created Aug 2025
@mattiasw/mattiasw-browserloopAbout
Captures web page screenshots using Playwright with support for full-page, element-specific, and viewport screenshots in PNG, JPEG, and WebP formats, featuring cookie authentication, domain filtering, and configurable quality settings for web testing and visual verification workflows.
Categories
general
Installation
npm
npm install @mattiasw/mattiasw-browserloop
Configuration
{
"mcpServers": {
"mattiasw-browserloop": {
"command": "npx",
"args": [
"-y",
"@mattiasw/mattiasw-browserloop"
]
}
}
}