Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 238 Bytes

puppeteer.configuration.experiments.md

File metadata and controls

15 lines (11 loc) · 238 Bytes
sidebar_label
Configuration.experiments

Configuration.experiments property

Defines experimental options for Puppeteer.

Signature:

interface Configuration {
  experiments?: ExperimentsConfiguration;
}