DEV Community

Discussion on: Automating 44 E2E Tests with AI-Powered Browser Control for Under $1

Collapse
 
dotorimook profile image
dotorimook

Interesting! 😄
Is there a difference between using just playwright-mcp from using browser-use ?
I tried similar things through playwright-mcp. Playwright-mcp also could understand the scenario written in natural language and is capable of trascribing into playwright test code right away.
I would like to know the reason why you chose browser-use for the first step.
I have never used browser-use, but I heard that the browser-use is more powerful to interact with web pages.