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
- Host: GitHub
- URL: https://github.com/aerokube/moon-cloud-puppeteer-example
- Owner: aerokube
- License: apache-2.0
- Created: 2019-08-28T16:05:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T06:43:21.000Z (about 1 year ago)
- Last Synced: 2025-06-06T23:09:06.569Z (about 1 year ago)
- Topics: example, moon-cloud, puppeteer
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```