upvote
These aren't really comparable, OP's is something that records, captures and reproduces with steps.
reply
playwright can do all of that too. I'm confused why this is necessary.

If coding agents are given the Playwright access they can do it better actually because using Chrome Developer Tools Protocol they can interact with the browser and experiment with things without having to wait for all of this to complete before making moves. For instance I've seen Claude Code captures console messages from a running Chrome instance and uses that to debug things...

reply
I've also had Claude run javascript code on a page using playwright-cli to figure out why a button wasn't working as it should.
reply
Because LLM users are NIH factories?
reply
That's exactly what Playwright does, but also something you don't really need in order to debug a problem.
reply
I think playwright doesnt capture video, right?
reply
It does. I literally just watched a video of a Playwright test run a few minutes ago.
reply
Yeah I’ve never seen it capture video before, but if you specify in your `AGENTS.md` that you want to test certain types of workflows, it will take progressive screenshots using a sleep interval or by interacting with the DOM.
reply