Closer to the Metal: Leaving Playwright for CDP
The Browser-Use crew ditched Playwright and went straight to the Chrome DevTools Protocol. Why? Speed. Way faster element scraping, screenshots, and async automation. They didn't stop thereâcooked up a custom CDP Python client with strong type safety, an event-driven core, and real support for crash..