In my last browser automation article, I wrote about a simple idea:
Your browser already has a remote control.
Chrome exposes the Chrome DevTools Protocol. Tools like raw CDP, Playwright MCP, and agent-browser can use it to open tabs, inspect pages, fill forms, click buttons, take screenshots, and read content.
That article was mostly about the remote-control layer.
But the more I use browser automation with AI agents, the more obvious a second problem becomes:






