Skip to content

An example demonstrating using Moon Cloud with Puppeteer

License

Notifications You must be signed in to change notification settings

aerokube/moon-cloud-puppeteer-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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