Expand description
Page domain types.
The Page domain provides actions and events related to the inspected page.
Structs§
- AddScript
ToEvaluate OnNew Document Params - Parameters for Page.addScriptToEvaluateOnNewDocument.
- AddScript
ToEvaluate OnNew Document Result - Result of Page.addScriptToEvaluateOnNewDocument.
- Bring
ToFront Params - Parameters for Page.bringToFront (empty).
- Capture
Screenshot Params - Parameters for Page.captureScreenshot.
- Capture
Screenshot Result - Result of Page.captureScreenshot.
- DomContent
Event Fired Event - Event: Page.domContentEventFired
- File
Chooser Opened Event - Event: Page.fileChooserOpened
- Frame
- Frame information.
- Frame
Attached Event - Event: Page.frameAttached
- Frame
Detached Event - Event: Page.frameDetached
- Frame
Navigated Event - Event: Page.frameNavigated
- Frame
Started Loading Event - Event: Page.frameStartedLoading
- Frame
Stopped Loading Event - Event: Page.frameStoppedLoading
- Frame
Tree - Frame tree structure.
- GetFrame
Tree Result - Result of Page.getFrameTree.
- GetNavigation
History Result - Result of Page.getNavigationHistory.
- Lifecycle
Event - Event: Page.lifecycleEvent
- Load
Event Fired Event - Event: Page.loadEventFired
- Navigate
Params - Parameters for Page.navigate.
- Navigate
Result - Result of Page.navigate.
- Navigate
ToHistory Entry Params - Parameters for Page.navigateToHistoryEntry.
- Navigated
Within Document Event - Event: Page.navigatedWithinDocument
- Navigation
Entry - Navigation history entry.
- Navigation
History Result - Result of Page.goBack / Page.goForward.
- Print
ToPdf Params - Parameters for Page.printToPDF.
- Print
ToPdf Result - Result of Page.printToPDF.
- Reload
Params - Parameters for Page.reload.
- Remove
Script ToEvaluate OnNew Document Params - Parameters for Page.removeScriptToEvaluateOnNewDocument.
- SetDocument
Content Params - Parameters for Page.setDocumentContent.
- SetIntercept
File Chooser Dialog Params - Parameters for Page.setInterceptFileChooserDialog.
- SetLifecycle
Events Enabled Params - Parameters for Page.setLifecycleEventsEnabled.
- Viewport
- Viewport for capturing a screenshot.
- Window
Open Event - Event: Page.windowOpen
Enums§
- File
Chooser Mode - File chooser mode.
- Frame
Detached Reason - Reason for frame being detached.
- Screenshot
Format - Image format for screenshots.