Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 359 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 359 Bytes

Moon Cloud Puppeteer Example

This example demonstrates how to work with Chrome Devtools Protocol using Puppeteer.

$ npm install
$ npm test

To show Chrome Debug Protocol traffic add an environment variable:

$ DEBUG="puppeteer:*" npm test