Skip to main content
Version: Next

BrowserFetcherOptions.product property

Determines which product the BrowserFetcher is for.

Signature:

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

Default value:

"chrome".