--- sidebar_label: BrowserFetcherOptions.platform --- # BrowserFetcherOptions.platform property Determines which platform the browser will be suited for. **Signature:** ```typescript interface BrowserFetcherOptions { platform?: Platform; } ```