puppeteer/website/versioned_docs/version-19.5.1/api/puppeteer.configuration.experiments.md
2023-01-11 16:26:44 +01:00

238 B

sidebar_label
Configuration.experiments

Configuration.experiments property

Defines experimental options for Puppeteer.

Signature:

interface Configuration {
  experiments?: ExperimentsConfiguration;
}