---
sidebar_label: Configuration
---
# Configuration interface
**Signature:**
```typescript
export interface Configuration
```
## Properties
| Property | Modifiers | Type | Description |
| ---------------------------------------------------------------------- | --------- | ------------------------------------ | ----------------- |
| [browserRevision?](./puppeteer.configuration.browserrevision.md) | | string | (Optional) |
| [cacheDirectory?](./puppeteer.configuration.cachedirectory.md) | | string | (Optional) |
| [defaultProduct?](./puppeteer.configuration.defaultproduct.md) | | [Product](./puppeteer.product.md) | (Optional) |
| [downloadHost?](./puppeteer.configuration.downloadhost.md) | | string | (Optional) |
| [downloadPath?](./puppeteer.configuration.downloadpath.md) | | string | (Optional) |
| [executablePath?](./puppeteer.configuration.executablepath.md) | | string | (Optional) |
| [experiments?](./puppeteer.configuration.experiments.md) | | { macArmChromiumEnabled?: boolean; } | (Optional) |
| [logLevel?](./puppeteer.configuration.loglevel.md) | | 'silent' \| 'error' \| 'warn' | (Optional) |
| [skipDownload?](./puppeteer.configuration.skipdownload.md) | | boolean | (Optional) |
| [temporaryDirectory?](./puppeteer.configuration.temporarydirectory.md) | | string | (Optional) |