https://news.ycombinator.com/item?id=42817439
Thanks! The three of us worked together at our former company - ecomm saas start up where we spent a ton of $ on scraping infrastructure spinning up headless Chrome instances. It started out as more of an R&D thesis -…
Thanks! Right now no, but since we use the CDP (playwright, puppeteer), I guess it would be possible to support it
Headless mode skips the visual rendering meant for humans, but the DOM structure and layout still exist, allowing the model to parse elements programmatically (e.g. button locations). Instead of 'seeing' an image, the…
https://news.ycombinator.com/item?id=42817439
Thanks! The three of us worked together at our former company - ecomm saas start up where we spent a ton of $ on scraping infrastructure spinning up headless Chrome instances. It started out as more of an R&D thesis -…
Thanks! Right now no, but since we use the CDP (playwright, puppeteer), I guess it would be possible to support it
Headless mode skips the visual rendering meant for humans, but the DOM structure and layout still exist, allowing the model to parse elements programmatically (e.g. button locations). Instead of 'seeing' an image, the…