Piling on guardrails is the sign of a system permanently compensating for its own unreliability. There’s a better approach.
selenium-mcp exposes 37 Selenium WebDriver tools over the MCP protocol. Once configured, you talk to Claude in VS Code and it drives a real browser, records your session, and generates Java or Python ...
my-selenium-repo/ ├── config.yaml ├── data/ │ ├── test_data.yaml │ └── scenarios/ │ └── ecshop_login.yaml ├── my_framework/ │ ├── base_test.py │ ├── assertions.py │ └── yaml_parametrize.py ...