mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2 lines
12 KiB
JavaScript
2 lines
12 KiB
JavaScript
|
/*! For license information please see 337096ba.190e8daf.js.LICENSE.txt */
|
||
|
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[50879],{85517:(e,r,s)=>{s.r(r),s.d(r,{assets:()=>l,contentTitle:()=>i,default:()=>p,frontMatter:()=>d,metadata:()=>c,toc:()=>h});var n=s(85893),t=s(11151);const d={sidebar_label:"PageEvent"},i="PageEvent enum",c={id:"api/puppeteer.pageevent",title:"PageEvent enum",description:"All the events that a page instance may emit.",source:"@site/../docs/api/puppeteer.pageevent.md",sourceDirName:"api",slug:"/api/puppeteer.pageevent",permalink:"/next/api/puppeteer.pageevent",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{sidebar_label:"PageEvent"},sidebar:"api",previous:{title:"Offset",permalink:"/next/api/puppeteer.offset"},next:{title:"PageEvents",permalink:"/next/api/puppeteer.pageevents"}},l={},h=[{value:"Signature:",id:"signature",level:4},{value:"Enumeration Members",id:"enumeration-members",level:2}];function a(e){const r={a:"a",code:"code",h1:"h1",h2:"h2",h4:"h4",li:"li",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,t.a)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(r.h1,{id:"pageevent-enum",children:"PageEvent enum"}),"\n",(0,n.jsx)(r.p,{children:"All the events that a page instance may emit."}),"\n",(0,n.jsx)(r.h4,{id:"signature",children:"Signature:"}),"\n",(0,n.jsx)(r.pre,{children:(0,n.jsx)(r.code,{className:"language-typescript",children:"export declare const enum PageEvent\n"})}),"\n",(0,n.jsx)(r.h2,{id:"enumeration-members",children:"Enumeration Members"}),"\n",(0,n.jsxs)("table",{children:[(0,n.jsx)("thead",{children:(0,n.jsxs)("tr",{children:[(0,n.jsx)("th",{children:(0,n.jsx)(r.p,{children:"Member"})}),(0,n.jsx)("th",{children:(0,n.jsx)(r.p,{children:"Value"})}),(0,n.jsx)("th",{children:(0,n.jsx)(r.p,{children:"Description"})})]})}),(0,n.jsxs)("tbody",{children:[(0,n.jsxs)("tr",{children:[(0,n.jsx)("td",{children:(0,n.jsx)(r.p,{children:"Close"})}),(0,n.jsx)("td",{children:(0,n.jsx)(r.p,{children:(0,n.jsx)(r.code,{children:'"close"'})})}),(0,n.jsx)("td",{children:(0,n.jsx)(r.p,{children:"Emitted when the page closes."})})]}),(0,n.jsxs)("tr",{children:[(0,n.jsx)("td",{children:(0,n.jsx)(r.p,{children:"Console"})}),(0,n.jsx)("td",{children:(0,n.jsx)(r.p,{children:(0,n.jsx)(r.code,{children:'"console"'})})}),(0,n.jsxs)("td",{children:[(0,n.jsxs)(r.p,{children:["Emitted when JavaScript within the page calls one of console API methods, e.g. ",(0,n.jsx)(r.code,{children:"console.log"})," or ",(0,n.jsx)(r.code,{children:"console.dir"}),". Also emitted if the page throws an error or a warning."]}),(0,n.jsx)(r.p,{children:(0,n.jsx)(r.strong,{children:"Remarks:"})}),(0,n.jsxs)(r.p,{children:["A ",(0,n.jsx)(r.code,{children:"console"})," event provides a ",(0,n.jsx)(r.a,{href:"/next/api/puppeteer.consolemessage",children:"ConsoleMessage"})," representing the console message that was logged."]})]})]}),(0,n.jsxs)("tr",{children:[(0,n.jsx)("td",{children:(0,n.jsx)(r.p,{children:"Dialog"})}),(0,n.jsx)("td",{children:(0,n.jsx)(r.p,{children:(0,n.jsx)(r.code,{children:'"dialog"'})})}),(0,n.jsx)("td",{children:(0,n.jsxs)(r.p,{children:["Emitted when a JavaScript dialog appears, such as ",(0,n.jsx)(r.code,{children:"alert"}),", ",(0,n.jsx)(r.code,{children:"prompt"}),", ",(0,n.jsx)(r.code,{children:"confirm"})," or ",(0,n.jsx)(r.code,{children:"beforeunload"}),". Puppeteer can respond to the dialog via ",(0,n.jsx)(r.a,{href:"/next/api/puppeteer.dialog.accept",children:"Dialog.accept()"})," or ",(0,n.jsx)(r.a,{href:"/next/api/puppeteer.dialog.dismiss",children:"Dialog.dismiss()"}),"."]})})]}),(0,n.jsxs)("tr",{children:[(0,n.jsx)("td",{children:(0,n.jsx)(r.p,{children:"DOMContentLoaded"})}),(0,n.jsx)("td",{children:(0,n.jsx)(r.p,{children:(0,n.jsx)(r.code,{children:'"domcontentloaded"'})})}),(0,n.jsx)("td",{children:(0,n.jsxs)(r.p,{children:["Emitted when the JavaScript ",(0,n.jsx)(r.a,{href:"https://developer.mozilla.org/en-US/docs/Web/Events/DOMContentLoaded",children:"DOMContentLoaded"})," event is dispatched."]})})]}),(0,n.jsxs)("tr",{children:[(0,n.jsx)("td",{children:(0,n.jsx)(r.p,{children:"Error"})}),(0,n.jsx)("td",
|