Using Puppeteer, how do I get the headless chrome browser to download a file (or make additional http requests and save the response)?
Using Puppeteer, how do I get the headless chrome browser to download a file (or make additional http requests and save the response)?
Here's a tool I wrote to download all the resources that a page uses upon load.
This node command-line utility uses a headless browser (Puppeteer) to render a webpage and download all resources it may need. These resources including the original HTML are all saved locally...