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