puppeteer
Advanced tools
Comparing version 1.0.0-next.1518042185396 to 1.0.0-next.1518044651367
{ | ||
"name": "puppeteer", | ||
"version": "1.0.0-next.1518042185396", | ||
"version": "1.0.0-next.1518044651367", | ||
"description": "A high-level API to control headless Chrome over the DevTools Protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -39,3 +39,3 @@ # Puppeteer | ||
Note: When you install Puppeteer, it downloads a recent version of Chromium (~71Mb Mac, ~90Mb Linux, ~110Mb Win) that is guaranteed to work with the API. To skip the download, see [Environment variables](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#environment-variables). | ||
Note: When you install Puppeteer, it downloads a recent version of Chromium (~170Mb Mac, ~282Mb Linux, ~280Mb Win) that is guaranteed to work with the API. To skip the download, see [Environment variables](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#environment-variables). | ||
@@ -42,0 +42,0 @@ ### Usage |
259457