puppeteer/docs/api/puppeteer.protocollifecycleevent.md

227 B

sidebar_label
ProtocolLifeCycleEvent

ProtocolLifeCycleEvent type

Signature:

export type ProtocolLifeCycleEvent =
  | 'load'
  | 'DOMContentLoaded'
  | 'networkIdle'
  | 'networkAlmostIdle';