BrowserFetcherOptions.product property
Determines which product the BrowserFetcher is for.
Signature:
interface BrowserFetcherOptions {
product?: 'chrome' | 'firefox';
}
Default value:
"chrome"
.
Determines which product the BrowserFetcher is for.
interface BrowserFetcherOptions {
product?: 'chrome' | 'firefox';
}
"chrome"
.