puppeteer
Advanced tools
Comparing version 1.0.0-next.1515786200433 to 1.0.0-next.1516189923095
@@ -35,2 +35,3 @@ # Running the examples | ||
- [headless-chrome-crawler](https://github.com/yujiosaka/headless-chrome-crawler) - Crawler that provides simple APIs to manipulate Headless Chrome and allows you to crawl dynamic websites. | ||
- [puppeteer-examples](https://github.com/checkly/puppeteer-examples) - Puppeteer Headless Chrome examples for real life use cases such as getting useful info from the web pages or common login scenarios. | ||
@@ -37,0 +38,0 @@ ## Testing |
@@ -98,2 +98,3 @@ /** | ||
client.on('Page.domContentEventFired', event => this.emit(Page.Events.DOMContentLoaded)); | ||
client.on('Page.loadEventFired', event => this.emit(Page.Events.Load)); | ||
@@ -969,2 +970,3 @@ client.on('Runtime.consoleAPICalled', event => this._onConsoleAPI(event)); | ||
Dialog: 'dialog', | ||
DOMContentLoaded: 'domcontentloaded', | ||
Error: 'error', | ||
@@ -971,0 +973,0 @@ // Can't use just 'error' due to node.js special treatment of error events. |
{ | ||
"name": "puppeteer", | ||
"version": "1.0.0-next.1515786200433", | ||
"version": "1.0.0-next.1516189923095", | ||
"description": "A high-level API to control headless Chrome over the DevTools Protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
254669
6399