/moon-cloud-puppeteer-example

An example demonstrating using Moon Cloud with Puppeteer

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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