Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 2.68 KB

puppeteer.browserfetcheroptions.md

File metadata and controls

21 lines (16 loc) · 2.68 KB
sidebar_label
BrowserFetcherOptions

BrowserFetcherOptions interface

Signature:

export interface BrowserFetcherOptions

Properties

Property Modifiers Type Description Default
host? string (Optional) Determines the host that will be used for downloading.

Either

- https://storage.googleapis.com or - https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central

path string Determines the path to download browsers to.
platform? Platform (Optional) Determines which platform the browser will be suited for. Auto-detected.
product? 'chrome' | 'firefox' (Optional) Determines which product the BrowserFetcher is for. "chrome".
useMacOSARMBinary? boolean (Optional) Enables the use of the Chromium binary for macOS ARM.