2022-10-24 07:07:05 +00:00
|
|
|
---
|
|
|
|
sidebar_label: ExperimentsConfiguration
|
|
|
|
---
|
|
|
|
|
2023-05-02 06:53:40 +00:00
|
|
|
# ExperimentsConfiguration type
|
2022-10-24 07:07:05 +00:00
|
|
|
|
|
|
|
Defines experiment options for Puppeteer.
|
|
|
|
|
|
|
|
See individual properties for more information.
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
2023-05-02 06:53:40 +00:00
|
|
|
export type ExperimentsConfiguration = Record<string, never>;
|
2022-10-24 07:07:05 +00:00
|
|
|
```
|