Skip to main content
Version: 19.0.0

BrowserFetcherOptions.product property

Determines which product the BrowserFetcher is for.

Signature:

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