Skip to main content

PuppeteerLifeCycleEvent type

Signature:

export declare type PuppeteerLifeCycleEvent =
| 'load'
| 'domcontentloaded'
| 'networkidle0'
| 'networkidle2';