puppeteer/docs/api/puppeteer.browserfetcheroptions.usemacosarmbinary.md

16 lines
273 B
Markdown
Raw Normal View History

---
sidebar_label: BrowserFetcherOptions.useMacOSARMBinary
---
# BrowserFetcherOptions.useMacOSARMBinary property
Enables the use of the Chromium binary for macOS ARM.
#### Signature:
```typescript
interface BrowserFetcherOptions {
useMacOSARMBinary?: boolean;
}
```