Skip to main content
Version: 19.1.0

BrowserFetcherOptions.platform property

Determines which platform the browser will be suited for.

Signature:

interface BrowserFetcherOptions {
platform?: Platform;
}