Top "Webautomation" questions

Deals with programmatically automating web browsing activities.

How to get children of elements by Puppeteer

I understand that puppeteer get its own handles rather than standard DOM elements, but I don't understand why I cannot …

javascript node.js puppeteer webautomation
How to get body / json response from XHR request with Puppeteer

I want to get the JSON data from a website I'm scraping with Puppeteer, but I can't figure how to …

javascript node.js puppeteer webautomation