| Class | Description |
|---|---|
| CompilationCacheProduced |
Issued for every compilation cache generated.
|
| DomContentEventFired | |
| DownloadWillBegin |
Fired when page is about to start a download.
|
| FileChooserOpened |
Emitted only when `page.interceptFileChooser` is enabled.
|
| FrameAttached |
Fired when frame has been attached to its parent.
|
| FrameClearedScheduledNavigation | Deprecated |
| FrameDetached |
Fired when frame has been detached from its parent.
|
| FrameNavigated |
Fired once navigation of the frame has completed.
|
| FrameRequestedNavigation |
Fired when a renderer-initiated navigation is requested.
|
| FrameResized | |
| FrameScheduledNavigation | Deprecated |
| FrameStartedLoading |
Fired when frame has started loading.
|
| FrameStoppedLoading |
Fired when frame has stopped loading.
|
| InterstitialHidden |
Fired when interstitial page was hidden
|
| InterstitialShown |
Fired when interstitial page was shown
|
| JavascriptDialogClosed |
Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been
closed.
|
| JavascriptDialogOpening |
Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to
open.
|
| LifecycleEvent |
Fired for top level page lifecycle events such as navigation, load, paint, etc.
|
| LoadEventFired | |
| NavigatedWithinDocument |
Fired when same-document navigation happens, e.g.
|
| ScreencastFrame |
Compressed image data requested by the `startScreencast`.
|
| ScreencastVisibilityChanged |
Fired when the page with currently enabled screencast was shown or hidden `.
|
| WindowOpen |
Fired when a new window is going to be opened, via window.open(), link click, form submission,
etc.
|
| Enum | Description |
|---|---|
| FileChooserOpenedMode | |
| FrameScheduledNavigationReason |
The reason for the navigation.
|
Copyright © 2020. All rights reserved.