puppeteer/docs/api/puppeteer.browserfetcheroptions.path.md
jrandolf 7294dfe9c6
feat!: deprecate createBrowserFetcher in favor of BrowserFetcher (#9079)
This PR deprecates the `createBrowserFetcher` API and requests users to
import the `BrowserFetcher` directly.

Fixed: #8999
2022-10-10 17:51:18 +02:00

16 lines
223 B
Markdown

---
sidebar_label: BrowserFetcherOptions.path
---
# BrowserFetcherOptions.path property
Determines the path to download browsers to.
**Signature:**
```typescript
interface BrowserFetcherOptions {
path?: string;
}
```