

UsageĬaution: Puppeteer requires at least Node v6.4.0, but the examples below use async/await which is only supported in Node v7.6.0 or greater. To skip the download, see Environment variables. 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 use Puppeteer in your project, run:```yarn add puppeteer or "npm i puppeteer" Give it a spin: Getting Started Installation

Capture a timeline trace of your site to help diagnose performance issues.

Run your tests directly in the latest version of Chrome using the latest JavaScript and browser features.
