Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 321 Bytes

puppeteer.browserfetcheroptions.product.md

File metadata and controls

19 lines (13 loc) · 321 Bytes
sidebar_label
BrowserFetcherOptions.product

BrowserFetcherOptions.product property

Determines which product the BrowserFetcher is for.

Signature:

interface BrowserFetcherOptions {
  product?: 'chrome' | 'firefox';
}

Default value:

"chrome".