Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 3.92 KB

puppeteer.pageeventobject.md

File metadata and controls

39 lines (32 loc) · 3.92 KB
sidebar_label
PageEventObject

PageEventObject interface

Denotes the objects received by callback functions for page events.

See PageEmittedEvents for more detail on the events and when they are emitted.

Signature:

export interface PageEventObject

Properties

Property Modifiers Type Description
close never
console ConsoleMessage
dialog Dialog
domcontentloaded never
error Error
frameattached Frame
framedetached Frame
framenavigated Frame
load never
metrics { title: string; metrics: Metrics; }
pageerror Error
popup Page
request HTTPRequest
requestfailed HTTPRequest
requestfinished HTTPRequest
requestservedfromcache HTTPRequest
response HTTPResponse
workercreated WebWorker
workerdestroyed WebWorker