selenium-python-demo/ │ ├── pages/ │ └── menu_page.py # Page Object for menu interactions │ ├── resources/ │ └── test_data.py # Test data: URL and expected menu texts │ ├── tests/ │ └── ...
This project provides a Model Context Protocol (MCP) server and client implementation for Selenium-based browser automation. It allows LLMs or external tools to interact with a browser through a ...