MCP server for browser automation with screenshot and console logging capabilities
更新时间:2025-03-14 09:01:59
MCP Browser Automation Server is a tool that enables automation of browser actions like navigating URLs, capturing screenshots, interacting with web elements, and monitoring console logs via a REST API. It leverages Playwright for browser automation tasks.
To use MCP Browser Automation Server, clone the repository, set up a virtual environment, install the required dependencies, and start the server. After starting the server, you can create sessions through the API to perform browser tasks.
- **What programming language is used?** The server is built using Python. - **Is it necessary to install Playwright?** Yes, Playwright is required to run the browser automation tasks. - **Can I run multiple sessions simultaneously?** Yes, you can create multiple sessions to run tasks in parallel.