Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 565 Bytes

File metadata and controls

18 lines (13 loc) · 565 Bytes

Example

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

How To Run

  1. Clone this repo
  2. Open a command prompt
  3. Change to the examples/custom directory
  4. Run npm install
  5. Run npm start

What It Does

This example loads google.com into puppeteer, starts it in headed mode in slow motion with devtools.

Notes on Interpreting Results

This example starts headed chrome so you can inspect the page manually using devtools.