Skip to main content
Version: Next

Configuration.skipDownload property

Tells Puppeteer to not download during installation.

Can be overridden by PUPPETEER_SKIP_DOWNLOAD.

Signature:

interface Configuration {
skipDownload?: boolean;
}