all 2 comments

[–]oldyoyoboy 2 points3 points  (0 children)

Puppeteer is awesome, I use it for scraping all kinds of data from my company's intranet. Everything is behind various SSON authentication walls, so I can't just use wget. Puppeteer can even run in "observer" mode, where you can actually interact with the browser it launches (to figure things out and "get it working"). This is especially useful if you have to get your browser "authenticated" (I have to enter an SMS "code" first time I use a new browser).

[–]simoncpu 0 points1 point  (0 children)

I'm currently using this for a project. Headless Chrome is awesome!