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.
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.