Remix.run Logo
jofzar 14 hours ago

These aren't really comparable, OP's is something that records, captures and reproduces with steps.

mohsen1 14 hours ago | parent | next [-]

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...

theshrike79 13 hours ago | parent | next [-]

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.

4ndrewl 4 hours ago | parent | prev [-]

Because LLM users are NIH factories?

onion2k 13 hours ago | parent | prev [-]

That's exactly what Playwright does, but also something you don't really need in order to debug a problem.