2022-10-21 13:09:21 +00:00
|
|
|
---
|
|
|
|
sidebar_label: Configuration.experiments
|
|
|
|
---
|
|
|
|
|
|
|
|
# Configuration.experiments property
|
|
|
|
|
2022-10-24 07:07:05 +00:00
|
|
|
Defines experimental options for Puppeteer.
|
|
|
|
|
|
|
|
#### Signature:
|
2022-10-21 13:09:21 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface Configuration {
|
2022-10-24 07:07:05 +00:00
|
|
|
experiments?: ExperimentsConfiguration;
|
2022-10-21 13:09:21 +00:00
|
|
|
}
|
|
|
|
```
|