Playwright
Provides browser automation, web application testing, and test script generation capabilities via the Model Context Protocol.
소개
The Playwright MCP Server is a powerful backend for orchestrating web browser interactions and testing, accessible through any Model Context Protocol (MCP) compatible client. Leveraging the robust Playwright library, it allows for seamless control of headless or visible Chrome browsers to navigate, interact with elements, and capture screenshots. Beyond web applications, it extends its utility to Electron app testing, enabling execution within both main and renderer processes. The server also facilitates the generation of Playwright, Jest, or Mocha test scripts from recorded user sessions, includes sophisticated resource management for session cleanup, and captures real-time console logs for detailed debugging and monitoring.
주요 기능
- Intelligent Resource Management
- Dedicated Electron App Testing
- Real-time Console Logging
- 1 GitHub stars
- Comprehensive Browser Automation
- Automated Test Script Generation
사용 사례
- Automating web application testing and regression checks
- Performing web scraping and data extraction tasks
- Testing and debugging Electron desktop applications