| 类 | 说明 |
|---|---|
| AttachedToTargetEvent | |
| AuthRequiredEvent |
Issued when the domain is enabled with handleAuthRequests set to true.
|
| BindingCalledEvent | |
| ConsoleAPICalledEvent |
Issued when console API was called.
|
| DetachedFromTargetEvent | |
| DeviceRequestPromptedEvent | |
| DownloadProgressEvent | |
| DownloadWillBeginEvent | |
| EntryAddedEvent |
Issued when new message was logged.
|
| ExceptionThrownEvent | |
| ExecutionContextCreatedEvent |
Issued when new execution context is created.
|
| ExecutionContextDestroyedEvent |
Issued when execution context is destroyed.
|
| FileChooserOpenedEvent |
Emitted only when `page.interceptFileChooser` is enabled.
|
| FrameAttachedEvent |
Fired when frame has been attached to its parent.
|
| FrameDetachedEvent |
Fired when frame has been detached from its parent.
|
| FrameNavigatedEvent |
Fired once navigation of the frame has completed.
|
| FrameStartedLoadingEvent |
Fired when frame has stopped loading.
|
| FrameStoppedLoadingEvent | |
| IsolatedWorldEmitter | |
| JavascriptDialogOpeningEvent |
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.
|
| LoadingFailedEvent |
Fired when HTTP request has failed to load.
|
| LoadingFinishedEvent |
Fired when HTTP request has finished loading.
|
| MetricsEvent |
Current values of the metrics.
|
| NavigatedWithinDocumentEvent |
Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.
|
| RequestPausedEvent |
Issued when the domain is enabled and the request URL matches the
specified filter.
|
| RequestServedFromCacheEvent |
Fired if request ended up loading from cache.
|
| RequestWillBeSentEvent |
Fired when page is about to send HTTP request.
|
| ResponseReceivedEvent |
Fired when HTTP response is available.
|
| ResponseReceivedExtraInfoEvent | |
| ScreencastFrameEvent | |
| ScriptParsedEvent |
Fired when virtual machine parses script.
|
| StyleSheetAddedEvent | |
| TargetCreatedEvent |
Issued when a possible inspection target is created.
|
| TargetDestroyedEvent | |
| TargetInfoChangedEvent |
Issued when some information about a target has changed.
|
| TracingCompleteEvent |
| 枚举 | 说明 |
|---|---|
| IsolatedWorldEmitter.IsolatedWorldEventType |
Copyright © 2020–2025. All rights reserved.