Open SourceScraping76k
Playwright
Cross-browser automation with auto-wait and an official MCP server.
Playwright is a browser automation and end-to-end testing framework from Microsoft that drives Chromium, Firefox, and WebKit through a single API. It supports multiple languages (JavaScript/TypeScript, Python, Java, .NET), auto-waiting, network interception, and headless execution. It is notable for cross-browser reliability and is a common foundation for both testing and scraping tools.
Repository
microsoft/playwrightLanguage
TypeScriptWhat you'd build with it
- Writing cross-browser end-to-end tests for web applications
- Serving as the automation engine underneath AI browser-agent and scraping tools
- Intercepting network requests and rendering JavaScript-heavy pages for data extraction
Tags
automationtestingmcp