Run a single page in the puppeteer debugger to see what is going on for a problem snapshot.
All examples assume you already have NodeJS installed on your local machine
- Clone this repo
- Open a command prompt
- Change to the examples/custom directory
- Run
npm install
- Run
npm start
This example loads google.com into puppeteer, starts it in headed mode in slow motion with devtools.
This example starts headed chrome so you can inspect the page manually using devtools.