Skip to main content
Version: 19.4.0

Configuration.skipDownload property

Tells Puppeteer to not download during installation.

Can be overridden by PUPPETEER_SKIP_DOWNLOAD.

Signature:

interface Configuration {
skipDownload?: boolean;
}