Configuration.skipDownload property
Tells Puppeteer to not download during installation.
Can be overridden by PUPPETEER_SKIP_DOWNLOAD
.
Signature:
interface Configuration {
skipDownload?: boolean;
}
Tells Puppeteer to not download during installation.
Can be overridden by PUPPETEER_SKIP_DOWNLOAD
.
interface Configuration {
skipDownload?: boolean;
}