What are the best headless browsers?
1 points by aledevv 2 hours ago | 3 comments
- hwartig 2 hours agoI'd recommend chrome(ium) headless https://developer.chrome.com/docs/chromium/headless . It works with various drivers like puppeteer, selenium and playwright for some added convenience.
At https://checklyhq.com we and our customers use it heavily and reliably through playwright for various monitoring, testing and automation use cases.
As you want to use it from an Agent you also should take a look at https://developer.chrome.com/blog/chrome-devtools-mcp and https://github.com/microsoft/playwright-mcp
- vanyaland 2 hours agoI’d separate “best engine” from “best developer experience”. If you want something that mostly just works, Playwright is still the easiest default.
- joryeugene 2 hours agoThe one in gstack is pretty nice, built off playwright.