DEV Community

Discussion on: How to scrape that web page with Node.js and puppeteer

Collapse
 
napolux profile image
Francesco Napoletano

Well, the puppeteer.launch().then(async browser => { etc... is a promise itself, so the reject is there.

Just tried the code and it still works.