Debugging tips const browser = await puppeteer. launch({ headless: false }); Slow it down – the slowMo option slows down Puppeteer operations by the specified amount of milliseconds . It’s another way to help see what’s going on.
Read moreDoes Puppeteer work with Chrome?
Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium over the DevTools Protocol. It can also be configured to use full (non-headless) Chrome or Chromium .
Read moreHow much RAM does Puppeteer need?
Memory requirements Actors using Puppeteer: at least 1GB of memory . Large and complex sites like Google Maps: at least 4GB for optimal speed and concurrency.
Read more