Tag: playwright
All the articles with the tag "playwright".
-
An agent that writes its own tools
I needed a CLI for a web app with no public API. I had Claude Code intercept network calls via Playwright while it navigated the CRUD flows itself. It captured the API, then wrote a CLI from what it found. The interesting part isn't the technique. It's what it means when agents can build their own integrations.