| Momentic | Plain-English steps as YAML in your repo. Cursor, Claude Code and Codex write them over our MCP server, and the CLI runs them | Web, iOS and Android; cloud browsers, simulators and emulators | The suite lives in the repo and gates CI, with no framework to maintain |
| Playwright MCP | The agent drives a browser over MCP and can emit Playwright code | Chrome, Firefox, WebKit or Edge; the agent's machine | Letting an agent work on a page. The emitted code needs a Playwright runner and a review before CI uses it |
| Stagehand | Code plus natural-language actions, on Playwright | Playwright browsers | Engineers who want AI steps inside a Playwright codebase |
| Browser Use | Prompts to an agent, in Python | Chromium | Agentic browsing research rather than regression |
| Playwright | Code: TypeScript, Python, Java or C# | Chromium, Firefox and WebKit; your runners | Engineers who want full control and accept selector upkeep |
| Cypress | Code: JavaScript and TypeScript | Chromium browsers, Firefox and WebKit; your runners or Cypress Cloud | Front-end teams who live in the in-browser debug loop |
| Puppeteer | Code: JavaScript and TypeScript | Chromium and Firefox; no test runner of its own | Scripting and scraping, not a regression suite |
| WebdriverIO | Code: JavaScript and TypeScript | Browsers through WebDriver or CDP, plus mobile through Appium | One runner for both web and native apps |
| mabl | Low-code recorder aimed at non-technical authors, with JavaScript for the hard parts | Web and mobile web; vendor cloud | QA teams who record in a vendor app instead of writing code |
| BrowserStack | Bring your own Playwright, Selenium or Cypress tests | Real browsers and real devices; vendor cloud | Buying browser and device coverage, not authoring |