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
An example demonstrating using Moon Cloud with Puppeteer
JavaScriptApache-2.0
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