Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 223 Bytes

puppeteer.browserfetcheroptions.path.md

File metadata and controls

15 lines (11 loc) · 223 Bytes
sidebar_label
BrowserFetcherOptions.path

BrowserFetcherOptions.path property

Determines the path to download browsers to.

Signature:

interface BrowserFetcherOptions {
  path: string;
}