public enum Events extends Enum<Events>
Enum Constant and Description |
---|
AnimationAnimationCanceled
Event for when an animation has been cancelled
|
AnimationAnimationCreated
Event for each animation that has been created
|
AnimationAnimationStarted
Event for animation that has been started
|
ApplicationCacheApplicationCacheStatusUpdated |
ApplicationCacheNetworkStateUpdated |
ConsoleMessageAdded
Issued when new console message is added
|
CSSFontsUpdated
Fires whenever a web font gets loaded
|
CSSMediaQueryResultChanged
Fires whenever a MediaQuery result changes (for example, after a browser
window has been resized ) The current implementation considers only
viewport-dependent media features
|
CSSStyleSheetAdded
Fired whenever an active document stylesheet is added
|
CSSStyleSheetChanged
Fired whenever a stylesheet is changed as a result of the client
operation
|
CSSStyleSheetRemoved
Fired whenever an active document stylesheet is removed
|
DatabaseAddDatabase |
DebuggerBreakpointResolved
Fired when breakpoint is resolved to an actual script and location
|
DebuggerPaused
Fired when the virtual machine stopped on breakpoint or exception or any
other stop criteria
|
DebuggerResumed
Fired when the virtual machine resumed execution
|
DebuggerScriptFailedToParse
Fired when virtual machine fails to parse the script
|
DebuggerScriptParsed
Fired when virtual machine parses script This event is also fired for all
known and uncollected scripts upon enabling debugger
|
DOMAttributeModified
Fired when
Element 's attribute is modified |
DOMAttributeRemoved
Fired when
Element 's attribute is removed |
DOMCharacterDataModified
Mirrors
DOMCharacterDataModified event |
DOMChildNodeCountUpdated
Fired when
Container 's child node count has changed |
DOMChildNodeInserted
Mirrors
DOMNodeInserted event |
DOMChildNodeRemoved
Mirrors
DOMNodeRemoved event |
DOMDistributedNodesUpdated
Called when distrubution is changed
|
DOMDocumentUpdated
Fired when
Document has been totally updated Node ids are no
longer valid |
DOMInlineStyleInvalidated
Fired when
Element 's inline style is modified via a CSS
property modification |
DOMPseudoElementAdded
Called when a pseudo element is added to an element
|
DOMPseudoElementRemoved
Called when a pseudo element is removed from an element
|
DOMSetChildNodes
Fired when backend wants to provide client with the missing DOM structure
This happens upon most of the calls requesting node ids
|
DOMShadowRootPopped
Called when shadow root is popped from the element
|
DOMShadowRootPushed
Called when shadow root is pushed into the element
|
DOMStorageDomStorageItemAdded |
DOMStorageDomStorageItemRemoved |
DOMStorageDomStorageItemsCleared |
DOMStorageDomStorageItemUpdated |
EmulationVirtualTimeBudgetExpired
Notification sent after the virual time budget for the current
VirtualTimePolicy has run out
|
HeapProfilerAddHeapSnapshotChunk |
HeapProfilerHeapStatsUpdate
If heap objects tracking has been started then backend may send update
for one or more fragments
|
HeapProfilerLastSeenObjectId
If heap objects tracking has been started then backend regularly sends a
current value for last seen object id and corresponding timestamp If the
were changes in the heap since last event then one or more
heapStatsUpdate events will be sent before a new lastSeenObjectId event
|
HeapProfilerReportHeapSnapshotProgress |
HeapProfilerResetProfiles |
InspectorDetached
Fired when remote debugging connection is about to be terminated Contains
detach reason
|
InspectorTargetCrashed
Fired when debugging target has crashed
|
LayerTreeLayerPainted |
LayerTreeLayerTreeDidChange |
LogEntryAdded
Issued when new message was logged
|
NetworkDataReceived
Fired when data chunk was received over the network
|
NetworkEventSourceMessageReceived
Fired when EventSource message is received
|
NetworkLoadingFailed
Fired when HTTP request has failed to load
|
NetworkLoadingFinished
Fired when HTTP request has finished loading
|
NetworkRequestIntercepted
Details of an intercepted HTTP request, which must be either allowed,
blocked, modified or mocked
|
NetworkRequestServedFromCache
Fired if request ended up loading from cache
|
NetworkRequestWillBeSent
Fired when page is about to send HTTP request
|
NetworkResourceChangedPriority
Fired when resource loading priority is changed
|
NetworkResponseReceived
Fired when HTTP response is available
|
NetworkWebSocketClosed
Fired when WebSocket is closed
|
NetworkWebSocketCreated
Fired upon WebSocket creation
|
NetworkWebSocketFrameError
Fired when WebSocket frame error occurs
|
NetworkWebSocketFrameReceived
Fired when WebSocket frame is received
|
NetworkWebSocketFrameSent
Fired when WebSocket frame is sent
|
NetworkWebSocketHandshakeResponseReceived
Fired when WebSocket handshake response becomes available
|
NetworkWebSocketWillSendHandshakeRequest
Fired when WebSocket is about to initiate handshake
|
OverlayInspectNodeRequested
Fired when the node should be inspected This happens after call to
setInspectMode or when user manually inspects an element |
OverlayNodeHighlightRequested
Fired when the node should be highlighted This happens after call to
setInspectMode |
PageDomContentEventFired |
PageFrameAttached
Fired when frame has been attached to its parent
|
PageFrameClearedScheduledNavigation
Fired when frame no longer has a scheduled navigation
|
PageFrameDetached
Fired when frame has been detached from its parent
|
PageFrameNavigated
Fired once navigation of the frame has completed Frame is now associated
with the new loader
|
PageFrameResized |
PageFrameScheduledNavigation
Fired when frame schedules a potential navigation
|
PageFrameStartedLoading
Fired when frame has started loading
|
PageFrameStoppedLoading
Fired when frame has stopped loading
|
PageInterstitialHidden
Fired when interstitial page was hidden
|
PageInterstitialShown
Fired when interstitial page was shown
|
PageJavascriptDialogClosed
Fired when a JavaScript initiated dialog (alert, confirm, prompt, or
onbeforeunload) has been closed
|
PageJavascriptDialogOpening
Fired when a JavaScript initiated dialog (alert, confirm, prompt, or
onbeforeunload) is about to open
|
PageLoadEventFired |
PageNavigationRequested
Fired when a navigation is started if navigation throttles are enabled
The navigation will be deferred until processNavigation is called
|
PageScreencastFrame
Compressed image data requested by the
startScreencast |
PageScreencastVisibilityChanged
Fired when the page with currently enabled screencast was shown or hidden
|
ProfilerConsoleProfileFinished |
ProfilerConsoleProfileStarted
Sent when new profile recording is started using console profile() call
|
RuntimeConsoleAPICalled
Issued when console API was called
|
RuntimeExceptionRevoked
Issued when unhandled exception was revoked
|
RuntimeExceptionThrown
Issued when exception was thrown and unhandled
|
RuntimeExecutionContextCreated
Issued when new execution context is created
|
RuntimeExecutionContextDestroyed
Issued when execution context is destroyed
|
RuntimeExecutionContextsCleared
Issued when all executionContexts were cleared in browser
|
RuntimeInspectRequested
Issued when object should be inspected (for example, as a result of
inspect() command line API call)
|
SecurityCertificateError
There is a certificate error If overriding certificate errors is enabled,
then it should be handled with the handleCertificateError command Note:
this event does not fire if the certificate error has been allowed
internally
|
SecuritySecurityStateChanged
The security state of the page changed
|
ServiceWorkerWorkerErrorReported |
ServiceWorkerWorkerRegistrationUpdated |
ServiceWorkerWorkerVersionUpdated |
TargetAttachedToTarget
Issued when attached to target because of auto-attach or
attachToTarget command |
TargetDetachedFromTarget
Issued when detached from target for any reason (including
detachFromTarget command) |
TargetReceivedMessageFromTarget
Notifies about new protocol message from attached target
|
TargetTargetCreated
Issued when a possible inspection target is created
|
TargetTargetDestroyed
Issued when a target is destroyed
|
TetheringAccepted
Informs that port was successfully bound and got a specified connection
id
|
TracingBufferUsage |
TracingDataCollected
Contains an bucket of collected trace events When tracing is stopped
collected events will be send as a sequence of dataCollected events
followed by tracingComplete event
|
TracingTracingComplete
Signals that tracing is stopped and there is no trace buffers pending
flush, all data were delivered via dataCollected events
|
Modifier and Type | Field and Description |
---|---|
String |
domain |
Class<?> |
klass |
String |
name |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Events |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Events[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Events InspectorDetached
public static final Events InspectorTargetCrashed
public static final Events PageDomContentEventFired
public static final Events PageLoadEventFired
public static final Events PageFrameAttached
public static final Events PageFrameNavigated
public static final Events PageFrameDetached
public static final Events PageFrameStartedLoading
public static final Events PageFrameStoppedLoading
public static final Events PageFrameScheduledNavigation
public static final Events PageFrameClearedScheduledNavigation
public static final Events PageFrameResized
public static final Events PageJavascriptDialogOpening
public static final Events PageJavascriptDialogClosed
public static final Events PageScreencastFrame
startScreencast
public static final Events PageScreencastVisibilityChanged
public static final Events PageInterstitialShown
public static final Events PageInterstitialHidden
public static final Events PageNavigationRequested
public static final Events OverlayNodeHighlightRequested
setInspectMode
public static final Events OverlayInspectNodeRequested
setInspectMode
or when user manually inspects an elementpublic static final Events EmulationVirtualTimeBudgetExpired
public static final Events SecuritySecurityStateChanged
public static final Events SecurityCertificateError
public static final Events NetworkResourceChangedPriority
public static final Events NetworkRequestWillBeSent
public static final Events NetworkRequestServedFromCache
public static final Events NetworkResponseReceived
public static final Events NetworkDataReceived
public static final Events NetworkLoadingFinished
public static final Events NetworkLoadingFailed
public static final Events NetworkWebSocketWillSendHandshakeRequest
public static final Events NetworkWebSocketHandshakeResponseReceived
public static final Events NetworkWebSocketCreated
public static final Events NetworkWebSocketClosed
public static final Events NetworkWebSocketFrameReceived
public static final Events NetworkWebSocketFrameError
public static final Events NetworkWebSocketFrameSent
public static final Events NetworkEventSourceMessageReceived
public static final Events NetworkRequestIntercepted
public static final Events DatabaseAddDatabase
public static final Events DOMStorageDomStorageItemsCleared
public static final Events DOMStorageDomStorageItemRemoved
public static final Events DOMStorageDomStorageItemAdded
public static final Events DOMStorageDomStorageItemUpdated
public static final Events ApplicationCacheApplicationCacheStatusUpdated
public static final Events ApplicationCacheNetworkStateUpdated
public static final Events DOMDocumentUpdated
Document
has been totally updated Node ids are no
longer validpublic static final Events DOMSetChildNodes
public static final Events DOMAttributeModified
Element
's attribute is modifiedpublic static final Events DOMAttributeRemoved
Element
's attribute is removedpublic static final Events DOMInlineStyleInvalidated
Element
's inline style is modified via a CSS
property modificationpublic static final Events DOMCharacterDataModified
DOMCharacterDataModified
eventpublic static final Events DOMChildNodeCountUpdated
Container
's child node count has changedpublic static final Events DOMChildNodeInserted
DOMNodeInserted
eventpublic static final Events DOMChildNodeRemoved
DOMNodeRemoved
eventpublic static final Events DOMShadowRootPushed
public static final Events DOMShadowRootPopped
public static final Events DOMPseudoElementAdded
public static final Events DOMPseudoElementRemoved
public static final Events DOMDistributedNodesUpdated
public static final Events CSSMediaQueryResultChanged
public static final Events CSSFontsUpdated
public static final Events CSSStyleSheetChanged
public static final Events CSSStyleSheetAdded
public static final Events CSSStyleSheetRemoved
public static final Events TargetTargetCreated
public static final Events TargetTargetDestroyed
public static final Events TargetAttachedToTarget
attachToTarget
commandpublic static final Events TargetDetachedFromTarget
detachFromTarget
command)public static final Events TargetReceivedMessageFromTarget
public static final Events ServiceWorkerWorkerRegistrationUpdated
public static final Events ServiceWorkerWorkerVersionUpdated
public static final Events ServiceWorkerWorkerErrorReported
public static final Events LayerTreeLayerTreeDidChange
public static final Events LayerTreeLayerPainted
public static final Events TracingDataCollected
public static final Events TracingTracingComplete
public static final Events TracingBufferUsage
public static final Events AnimationAnimationCreated
public static final Events AnimationAnimationStarted
public static final Events AnimationAnimationCanceled
public static final Events LogEntryAdded
public static final Events TetheringAccepted
public static final Events RuntimeExecutionContextCreated
public static final Events RuntimeExecutionContextDestroyed
public static final Events RuntimeExecutionContextsCleared
public static final Events RuntimeExceptionThrown
public static final Events RuntimeExceptionRevoked
public static final Events RuntimeConsoleAPICalled
public static final Events RuntimeInspectRequested
public static final Events DebuggerScriptParsed
public static final Events DebuggerScriptFailedToParse
public static final Events DebuggerBreakpointResolved
public static final Events DebuggerPaused
public static final Events DebuggerResumed
public static final Events ConsoleMessageAdded
public static final Events ProfilerConsoleProfileStarted
public static final Events ProfilerConsoleProfileFinished
public static final Events HeapProfilerAddHeapSnapshotChunk
public static final Events HeapProfilerResetProfiles
public static final Events HeapProfilerReportHeapSnapshotProgress
public static final Events HeapProfilerLastSeenObjectId
public static final Events HeapProfilerHeapStatsUpdate
public final String domain
public final String name
public final Class<?> klass
public static Events[] values()
for (Events c : Events.values()) System.out.println(c);
public static Events valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017 WebFolder OÜ. All rights reserved.