An open API service indexing awesome lists of open source software.

https://github.com/aerokube/moon-cloud-puppeteer-example

An example demonstrating using Moon Cloud with Puppeteer
https://github.com/aerokube/moon-cloud-puppeteer-example

example moon-cloud puppeteer

Last synced: about 2 months ago
JSON representation

An example demonstrating using Moon Cloud with Puppeteer

Awesome Lists containing this project

README

          

# Moon Cloud Puppeteer Example

This example demonstrates how to work with [Chrome Devtools Protocol](https://chromedevtools.github.io/devtools-protocol/) using [Puppeteer](https://github.com/GoogleChrome/puppeteer).

```
$ npm install
$ npm test
```

To show Chrome Debug Protocol traffic add an environment variable:

```
$ DEBUG="puppeteer:*" npm test
```