chrome-reactive-kotlin is a low level Chrome DevTools Protocol client written in Kotlin and leveraging RxJava2 for easy composability.

All Types

pl.wendigo.chrome.api.tethering.AcceptedEvent

Informs that port was successfully bound and got a specified connection id.

pl.wendigo.chrome.api.accessibility.AccessibilityOperations

AccessibilityOperations represents Accessibility protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.target.ActivateTargetRequest

Represents request frame that can be used with Target#activateTarget operation call.

pl.wendigo.chrome.api.runtime.AddBindingRequest

Represents request frame that can be used with Runtime#addBinding operation call.

pl.wendigo.chrome.api.page.AddCompilationCacheRequest

Represents request frame that can be used with Page#addCompilationCache operation call.

pl.wendigo.chrome.api.webauthn.AddCredentialRequest

Represents request frame that can be used with WebAuthn#addCredential operation call.

pl.wendigo.chrome.api.database.AddDatabaseEvent
pl.wendigo.chrome.api.heapprofiler.AddHeapSnapshotChunkEvent
pl.wendigo.chrome.api.heapprofiler.AddInspectedHeapObjectRequest

Represents request frame that can be used with HeapProfiler#addInspectedHeapObject operation call.

pl.wendigo.chrome.api.css.AddRuleRequest

Represents request frame that can be used with CSS#addRule operation call.

pl.wendigo.chrome.api.css.AddRuleResponse

Represents response frame that is returned from CSS#addRule operation call. Inserts a new rule with the given ruleText in a stylesheet with given styleSheetId, at the position specified by location.

pl.wendigo.chrome.api.page.AddScriptToEvaluateOnLoadRequest

Represents request frame that can be used with Page#addScriptToEvaluateOnLoad operation call.

pl.wendigo.chrome.api.page.AddScriptToEvaluateOnLoadResponse

Represents response frame that is returned from Page#addScriptToEvaluateOnLoad operation call. Deprecated, please use addScriptToEvaluateOnNewDocument instead.

pl.wendigo.chrome.api.page.AddScriptToEvaluateOnNewDocumentRequest

Represents request frame that can be used with Page#addScriptToEvaluateOnNewDocument operation call.

pl.wendigo.chrome.api.page.AddScriptToEvaluateOnNewDocumentResponse

Represents response frame that is returned from Page#addScriptToEvaluateOnNewDocument operation call. Evaluates given script in every frame upon creation (before loading frame's scripts).

pl.wendigo.chrome.api.webauthn.AddVirtualAuthenticatorRequest

Represents request frame that can be used with WebAuthn#addVirtualAuthenticator operation call.

pl.wendigo.chrome.api.webauthn.AddVirtualAuthenticatorResponse

Represents response frame that is returned from WebAuthn#addVirtualAuthenticator operation call. Creates and adds a virtual authenticator.

pl.wendigo.chrome.api.animation.Animation

Animation instance.

pl.wendigo.chrome.api.animation.AnimationCanceledEvent

Event for when an animation has been cancelled.

pl.wendigo.chrome.api.animation.AnimationCreatedEvent

Event for each animation that has been created.

pl.wendigo.chrome.api.animation.AnimationEffect

AnimationEffect instance

pl.wendigo.chrome.api.animation.AnimationOperations

AnimationOperations represents Animation protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.animation.AnimationStartedEvent

Event for animation that has been started.

pl.wendigo.chrome.api.applicationcache.ApplicationCache

Detailed application cache information.

pl.wendigo.chrome.api.applicationcache.ApplicationCacheOperations

ApplicationCacheOperations represents ApplicationCache protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.applicationcache.ApplicationCacheResource

Detailed application cache resource information.

pl.wendigo.chrome.api.applicationcache.ApplicationCacheStatusUpdatedEvent
pl.wendigo.chrome.api.page.AppManifestError

Error while paring app manifest.

pl.wendigo.chrome.api.domsnapshot.ArrayOfStrings

Index of the string in the strings table.

pl.wendigo.chrome.api.target.AttachedToTargetEvent

Issued when attached to target because of auto-attach or attachToTarget command.

pl.wendigo.chrome.api.target.AttachToBrowserTargetResponse

Represents response frame that is returned from Target#attachToBrowserTarget operation call. Attaches to the browser target, only uses flat sessionId mode.

pl.wendigo.chrome.api.target.AttachToTargetRequest

Represents request frame that can be used with Target#attachToTarget operation call.

pl.wendigo.chrome.api.target.AttachToTargetResponse

Represents response frame that is returned from Target#attachToTarget operation call. Attaches to the target with given id.

pl.wendigo.chrome.api.dom.AttributeModifiedEvent

Fired when Element's attribute is modified.

pl.wendigo.chrome.api.dom.AttributeRemovedEvent

Fired when Element's attribute is removed.

pl.wendigo.chrome.api.webaudio.AudioListener

Protocol object for AudioListner

pl.wendigo.chrome.api.webaudio.AudioListenerCreatedEvent

Notifies that the construction of an AudioListener has finished.

pl.wendigo.chrome.api.webaudio.AudioListenerWillBeDestroyedEvent

Notifies that a new AudioListener has been created.

pl.wendigo.chrome.api.webaudio.AudioNode

Protocol object for AudioNode

pl.wendigo.chrome.api.webaudio.AudioNodeCreatedEvent

Notifies that a new AudioNode has been created.

pl.wendigo.chrome.api.webaudio.AudioNodeWillBeDestroyedEvent

Notifies that an existing AudioNode has been destroyed.

pl.wendigo.chrome.api.webaudio.AudioParam

Protocol object for AudioParam

pl.wendigo.chrome.api.webaudio.AudioParamCreatedEvent

Notifies that a new AudioParam has been created.

pl.wendigo.chrome.api.webaudio.AudioParamWillBeDestroyedEvent

Notifies that an existing AudioParam has been destroyed.

pl.wendigo.chrome.api.audits.AuditsOperations

Audits domain allows investigation of page violations and possible improvements.

pl.wendigo.chrome.api.fetch.AuthChallenge

Authorization challenge for HTTP status code 401 or 407.

pl.wendigo.chrome.api.network.AuthChallenge

Authorization challenge for HTTP status code 401 or 407.

pl.wendigo.chrome.api.fetch.AuthChallengeResponse

Response to an AuthChallenge.

pl.wendigo.chrome.api.network.AuthChallengeResponse

Response to an AuthChallenge.

pl.wendigo.chrome.api.webauthn.AuthenticatorId
pl.wendigo.chrome.api.webauthn.AuthenticatorProtocol
pl.wendigo.chrome.api.webauthn.AuthenticatorTransport
pl.wendigo.chrome.api.fetch.AuthRequiredEvent

Issued when the domain is enabled with handleAuthRequests set to true. The request is paused until client responds with continueWithAuth.

pl.wendigo.chrome.api.webaudio.AutomationRate

Enum of AudioParam::AutomationRate from the spec

pl.wendigo.chrome.api.runtime.AwaitPromiseRequest

Represents request frame that can be used with Runtime#awaitPromise operation call.

pl.wendigo.chrome.api.runtime.AwaitPromiseResponse

Represents response frame that is returned from Runtime#awaitPromise operation call. Add handler to promise with given promise object id.

pl.wendigo.chrome.api.accessibility.AXNode

A node in the accessibility tree.

pl.wendigo.chrome.api.accessibility.AXNodeId

Unique accessibility node identifier.

pl.wendigo.chrome.api.accessibility.AXProperty
pl.wendigo.chrome.api.accessibility.AXPropertyName

Values of AXProperty name:

pl.wendigo.chrome.api.accessibility.AXRelatedNode
pl.wendigo.chrome.api.accessibility.AXValue

A single computed AX property.

pl.wendigo.chrome.api.accessibility.AXValueNativeSourceType

Enum of possible native property sources (as a subtype of a particular AXValueSourceType).

pl.wendigo.chrome.api.accessibility.AXValueSource

A single source for a computed AX property.

pl.wendigo.chrome.api.accessibility.AXValueSourceType

Enum of possible property sources.

pl.wendigo.chrome.api.accessibility.AXValueType

Enum of possible property types.

pl.wendigo.chrome.api.dom.BackendNode

Backend node with a friendly name.

pl.wendigo.chrome.api.dom.BackendNodeId

Unique DOM node identifier used to reference a node that may not have been pushed to the front-end.

pl.wendigo.chrome.api.backgroundservice.BackgroundServiceEvent
pl.wendigo.chrome.api.backgroundservice.BackgroundServiceEventReceivedEvent

Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording.

pl.wendigo.chrome.api.backgroundservice.BackgroundServiceOperations

Defines events for background web platform features.

pl.wendigo.chrome.api.webaudio.BaseAudioContext

Protocol object for BaseAudioContext

pl.wendigo.chrome.api.headlessexperimental.BeginFrameRequest

Represents request frame that can be used with HeadlessExperimental#beginFrame operation call.

pl.wendigo.chrome.api.headlessexperimental.BeginFrameResponse

Represents response frame that is returned from HeadlessExperimental#beginFrame operation call. Sends a BeginFrame to the target and returns when the frame was completed. Optionally captures a screenshot from the resulting frame. Requires that the target was created with enabled BeginFrameControl. Designed for use with --run-all-compositor-stages-before-draw, see also https://goo.gl/3zHXhB for more background.

pl.wendigo.chrome.api.runtime.BindingCalledEvent

Notification is issued every time when binding is called.

pl.wendigo.chrome.api.tethering.BindRequest

Represents request frame that can be used with Tethering#bind operation call.

pl.wendigo.chrome.api.network.BlockedCookieWithReason

A cookie with was not sent with a request with the corresponding reason.

pl.wendigo.chrome.api.network.BlockedReason

The reason why request was blocked.

pl.wendigo.chrome.api.network.BlockedSetCookieWithReason

A cookie which was not stored from a response with the corresponding reason.

pl.wendigo.chrome.api.browser.Bounds

Browser window bounds information

pl.wendigo.chrome.api.dom.BoxModel

Box model.

pl.wendigo.chrome.api.debugger.BreakLocation
pl.wendigo.chrome.api.debugger.BreakpointId

Breakpoint identifier.

pl.wendigo.chrome.api.debugger.BreakpointResolvedEvent

Fired when breakpoint is resolved to an actual script and location.

pl.wendigo.chrome.Browser

Creates new browser that allows querying remote chrome instance for debugging sessions

pl.wendigo.chrome.api.target.BrowserContextID
pl.wendigo.chrome.BrowserInfoDiscoveryFailedException

BrowserInfoDiscoveryFailedException is thrown when there's no possibility to query browser for debugger websocket endpoint.

pl.wendigo.chrome.api.browser.BrowserOperations

The Browser domain defines methods and events for browser managing.

pl.wendigo.chrome.api.browser.Bucket

Chrome histogram bucket.

pl.wendigo.chrome.api.tracing.BufferUsageEvent
pl.wendigo.chrome.api.cachestorage.Cache

Cache identifier.

pl.wendigo.chrome.api.network.CachedResource

Information about the cached resource.

pl.wendigo.chrome.api.cachestorage.CachedResponse

Cached response

pl.wendigo.chrome.api.cachestorage.CachedResponseType

type of HTTP response cached

pl.wendigo.chrome.api.cachestorage.CacheId

Unique identifier of the Cache object.

pl.wendigo.chrome.api.storage.CacheStorageContentUpdatedEvent

A cache's contents have been modified.

pl.wendigo.chrome.api.storage.CacheStorageListUpdatedEvent

A cache has been added/deleted.

pl.wendigo.chrome.api.cachestorage.CacheStorageOperations

CacheStorageOperations represents CacheStorage protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.runtime.CallArgument

Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified.

pl.wendigo.chrome.api.debugger.CallFrame

JavaScript call frame. Array of call frames form the call stack.

pl.wendigo.chrome.api.runtime.CallFrame

Stack entry for runtime errors and assertions.

pl.wendigo.chrome.api.debugger.CallFrameId

Call frame identifier.

pl.wendigo.chrome.api.runtime.CallFunctionOnRequest

Represents request frame that can be used with Runtime#callFunctionOn operation call.

pl.wendigo.chrome.api.runtime.CallFunctionOnResponse

Represents response frame that is returned from Runtime#callFunctionOn operation call. Calls function with given declaration on the given object. Object group of the result is inherited from the target object.

pl.wendigo.chrome.api.network.CanClearBrowserCacheResponse

Represents response frame that is returned from Network#canClearBrowserCache operation call. Tells whether clearing browser cache is supported.

pl.wendigo.chrome.api.network.CanClearBrowserCookiesResponse

Represents response frame that is returned from Network#canClearBrowserCookies operation call. Tells whether clearing browser cookies is supported.

pl.wendigo.chrome.api.network.CanEmulateNetworkConditionsResponse

Represents response frame that is returned from Network#canEmulateNetworkConditions operation call. Tells whether emulation of network conditions is supported.

pl.wendigo.chrome.api.emulation.CanEmulateResponse

Represents response frame that is returned from Emulation#canEmulate operation call. Tells whether emulation is supported.

pl.wendigo.chrome.api.page.CaptureScreenshotRequest

Represents request frame that can be used with Page#captureScreenshot operation call.

pl.wendigo.chrome.api.page.CaptureScreenshotResponse

Represents response frame that is returned from Page#captureScreenshot operation call. Capture page screenshot.

pl.wendigo.chrome.api.domsnapshot.CaptureSnapshotRequest

Represents request frame that can be used with DOMSnapshot#captureSnapshot operation call.

pl.wendigo.chrome.api.page.CaptureSnapshotRequest

Represents request frame that can be used with Page#captureSnapshot operation call.

pl.wendigo.chrome.api.domsnapshot.CaptureSnapshotResponse

Represents response frame that is returned from DOMSnapshot#captureSnapshot operation call. Returns a document snapshot, including the full DOM tree of the root node (including iframes, template contents, and imported documents) in a flattened array, as well as layout and white-listed computed style information for the nodes. Shadow DOM in the returned DOM tree is flattened.

pl.wendigo.chrome.api.page.CaptureSnapshotResponse

Represents response frame that is returned from Page#captureSnapshot operation call. Returns a snapshot of the page as a string. For MHTML format, the serialization includes iframes, shadow DOM, external resources, and element-inline styles.

pl.wendigo.chrome.api.cast.CastOperations

A domain for interacting with Cast, Presentation API, and Remote Playback API functionalities.

pl.wendigo.chrome.api.security.CertificateErrorAction

The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request.

pl.wendigo.chrome.api.security.CertificateErrorEvent

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. Only one client per target should override certificate errors at the same time.

pl.wendigo.chrome.api.security.CertificateId

An internal certificate ID value.

pl.wendigo.chrome.api.network.CertificateTransparencyCompliance

Whether the request complied with Certificate Transparency policy.

pl.wendigo.chrome.api.webaudio.ChannelCountMode

Enum of AudioNode::ChannelCountMode from the spec

pl.wendigo.chrome.api.webaudio.ChannelInterpretation

Enum of AudioNode::ChannelInterpretation from the spec

pl.wendigo.chrome.api.dom.CharacterDataModifiedEvent

Mirrors DOMCharacterDataModified event.

pl.wendigo.chrome.api.dom.ChildNodeCountUpdatedEvent

Fired when Container's child node count has changed.

pl.wendigo.chrome.api.dom.ChildNodeInsertedEvent

Mirrors DOMNodeInserted event.

pl.wendigo.chrome.api.dom.ChildNodeRemovedEvent

Mirrors DOMNodeRemoved event.

pl.wendigo.chrome.protocol.ChromeDebuggerConnection

ChromeDebuggerConnection represents connection to chrome's debugger via DevTools Protocol.

pl.wendigo.chrome.api.webauthn.ClearCredentialsRequest

Represents request frame that can be used with WebAuthn#clearCredentials operation call.

pl.wendigo.chrome.api.storage.ClearDataForOriginRequest

Represents request frame that can be used with Storage#clearDataForOrigin operation call.

pl.wendigo.chrome.api.backgroundservice.ClearEventsRequest

Represents request frame that can be used with BackgroundService#clearEvents operation call.

pl.wendigo.chrome.api.indexeddb.ClearObjectStoreRequest

Represents request frame that can be used with IndexedDB#clearObjectStore operation call.

pl.wendigo.chrome.api.domstorage.ClearRequest

Represents request frame that can be used with DOMStorage#clear operation call.

pl.wendigo.chrome.api.page.ClientNavigationReason
pl.wendigo.chrome.api.io.CloseRequest

Represents request frame that can be used with IO#close operation call.

pl.wendigo.chrome.api.target.CloseTargetRequest

Represents request frame that can be used with Target#closeTarget operation call.

pl.wendigo.chrome.api.target.CloseTargetResponse

Represents response frame that is returned from Target#closeTarget operation call. Closes the target. If the target is a page that gets closed too.

pl.wendigo.chrome.api.dom.CollectClassNamesFromSubtreeRequest

Represents request frame that can be used with DOM#collectClassNamesFromSubtree operation call.

pl.wendigo.chrome.api.dom.CollectClassNamesFromSubtreeResponse

Represents response frame that is returned from DOM#collectClassNamesFromSubtree operation call. Collects class names for the node with given id and all of it's child nodes.

pl.wendigo.chrome.api.css.CollectClassNamesRequest

Represents request frame that can be used with CSS#collectClassNames operation call.

pl.wendigo.chrome.api.css.CollectClassNamesResponse

Represents response frame that is returned from CSS#collectClassNames operation call. Returns all class names from specified stylesheet.

pl.wendigo.chrome.api.page.CompilationCacheProducedEvent

Issued for every compilation cache generated. Is only available if Page.setGenerateCompilationCache is enabled.

pl.wendigo.chrome.api.runtime.CompileScriptRequest

Represents request frame that can be used with Runtime#compileScript operation call.

pl.wendigo.chrome.api.runtime.CompileScriptResponse

Represents response frame that is returned from Runtime#compileScript operation call. Compiles expression.

pl.wendigo.chrome.api.layertree.CompositingReasonsRequest

Represents request frame that can be used with LayerTree#compositingReasons operation call.

pl.wendigo.chrome.api.layertree.CompositingReasonsResponse

Represents response frame that is returned from LayerTree#compositingReasons operation call. Provides the reasons why the given layer was composited.

pl.wendigo.chrome.api.domsnapshot.ComputedStyle

A subset of the full ComputedStyle as defined by the request whitelist.

pl.wendigo.chrome.api.network.ConnectionType

The underlying connection technology that the browser is supposedly using.

pl.wendigo.chrome.api.runtime.ConsoleAPICalledEvent

Issued when console API was called.

pl.wendigo.chrome.api.console.ConsoleMessage

Console message.

pl.wendigo.chrome.api.console.ConsoleOperations

This domain is deprecated - use Runtime or Log instead.

pl.wendigo.chrome.api.profiler.ConsoleProfileFinishedEvent
pl.wendigo.chrome.api.profiler.ConsoleProfileStartedEvent

Sent when new profile recording is started using console.profile() call.

pl.wendigo.chrome.api.webaudio.ContextChangedEvent

Notifies that existing BaseAudioContext has changed some properties (id stays the same)..

pl.wendigo.chrome.api.webaudio.ContextCreatedEvent

Notifies that a new BaseAudioContext has been created.

pl.wendigo.chrome.api.webaudio.ContextRealtimeData

Fields in AudioContext that change in real-time.

pl.wendigo.chrome.api.webaudio.ContextState

Enum of AudioContextState from the spec

pl.wendigo.chrome.api.webaudio.ContextType

Enum of BaseAudioContext types

pl.wendigo.chrome.api.webaudio.ContextWillBeDestroyedEvent

Notifies that an existing BaseAudioContext will be destroyed.

pl.wendigo.chrome.api.network.ContinueInterceptedRequestRequest

Represents request frame that can be used with Network#continueInterceptedRequest operation call.

pl.wendigo.chrome.api.fetch.ContinueRequestRequest

Represents request frame that can be used with Fetch#continueRequest operation call.

pl.wendigo.chrome.api.debugger.ContinueToLocationRequest

Represents request frame that can be used with Debugger#continueToLocation operation call.

pl.wendigo.chrome.api.fetch.ContinueWithAuthRequest

Represents request frame that can be used with Fetch#continueWithAuth operation call.

pl.wendigo.chrome.api.network.Cookie

Cookie object

pl.wendigo.chrome.api.network.CookieBlockedReason

Types of reasons why a cookie may not be sent with a request.

pl.wendigo.chrome.api.network.CookieParam

Cookie parameter object

pl.wendigo.chrome.api.network.CookieSameSite

Represents the cookie's 'SameSite' status: https://tools.ietf.org/html/draft-west-first-party-cookies

pl.wendigo.chrome.api.dom.CopyToRequest

Represents request frame that can be used with DOM#copyTo operation call.

pl.wendigo.chrome.api.dom.CopyToResponse

Represents response frame that is returned from DOM#copyTo operation call. Creates a deep copy of the specified node and places it into the target container before the given anchor.

pl.wendigo.chrome.api.profiler.CoverageRange

Coverage data for a source range.

pl.wendigo.chrome.api.target.CreateBrowserContextResponse

Represents response frame that is returned from Target#createBrowserContext operation call. Creates a new empty BrowserContext. Similar to an incognito profile but you can have more than one.

pl.wendigo.chrome.api.page.CreateIsolatedWorldRequest

Represents request frame that can be used with Page#createIsolatedWorld operation call.

pl.wendigo.chrome.api.page.CreateIsolatedWorldResponse

Represents response frame that is returned from Page#createIsolatedWorld operation call. Creates an isolated world for the given frame.

pl.wendigo.chrome.api.css.CreateStyleSheetRequest

Represents request frame that can be used with CSS#createStyleSheet operation call.

pl.wendigo.chrome.api.css.CreateStyleSheetResponse

Represents response frame that is returned from CSS#createStyleSheet operation call. Creates a new special "via-inspector" stylesheet in the frame with given frameId.

pl.wendigo.chrome.api.target.CreateTargetRequest

Represents request frame that can be used with Target#createTarget operation call.

pl.wendigo.chrome.api.target.CreateTargetResponse

Represents response frame that is returned from Target#createTarget operation call. Creates a new page.

pl.wendigo.chrome.api.webauthn.Credential
pl.wendigo.chrome.api.css.CSSComputedStyleProperty
pl.wendigo.chrome.api.css.CSSKeyframeRule

CSS keyframe rule representation.

pl.wendigo.chrome.api.css.CSSKeyframesRule

CSS keyframes rule representation.

pl.wendigo.chrome.api.css.CSSMedia

CSS media rule descriptor.

pl.wendigo.chrome.api.css.CSSOperations

This domain exposes CSS read/write operations. All CSS objects (stylesheets, rules, and styles) have an associated id used in subsequent operations on the related object. Each object type has a specific id structure, and those are not interchangeable between objects of different kinds. CSS objects can be loaded using the get*ForNode() calls (which accept a DOM node id). A client can also keep track of stylesheets via the styleSheetAdded/styleSheetRemoved events and subsequently load the required stylesheet contents using the getStyleSheet[Text]() methods.

pl.wendigo.chrome.api.css.CSSProperty

CSS property declaration data.

pl.wendigo.chrome.api.css.CSSRule

CSS rule representation.

pl.wendigo.chrome.api.css.CSSStyle

CSS style representation.

pl.wendigo.chrome.api.css.CSSStyleSheetHeader

CSS stylesheet metainformation.

pl.wendigo.chrome.api.runtime.CustomPreview
pl.wendigo.chrome.api.database.Database

Database object.

pl.wendigo.chrome.api.database.DatabaseId

Unique identifier of Database object.

pl.wendigo.chrome.api.database.DatabaseOperations

DatabaseOperations represents Database protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.indexeddb.DatabaseWithObjectStores

Database with an array of object stores.

pl.wendigo.chrome.api.tracing.DataCollectedEvent

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.

pl.wendigo.chrome.api.cachestorage.DataEntry

Data entry.

pl.wendigo.chrome.api.indexeddb.DataEntry

Data entry.

pl.wendigo.chrome.api.network.DataReceivedEvent

Fired when data chunk was received over the network.

pl.wendigo.chrome.protocol.DebuggerFramesStream

DebuggerFramesStream represents connection to remote websocket endpoint of the DevTools Protocol (either inspectable page debugger url http://localhost:9222/json or browser debugger url http://localhost:9222/json/version)

pl.wendigo.chrome.api.debugger.DebuggerOperations

Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.

pl.wendigo.chrome.api.cachestorage.DeleteCacheRequest

Represents request frame that can be used with CacheStorage#deleteCache operation call.

pl.wendigo.chrome.api.page.DeleteCookieRequest

Represents request frame that can be used with Page#deleteCookie operation call.

pl.wendigo.chrome.api.network.DeleteCookiesRequest

Represents request frame that can be used with Network#deleteCookies operation call.

pl.wendigo.chrome.api.indexeddb.DeleteDatabaseRequest

Represents request frame that can be used with IndexedDB#deleteDatabase operation call.

pl.wendigo.chrome.api.cachestorage.DeleteEntryRequest

Represents request frame that can be used with CacheStorage#deleteEntry operation call.

pl.wendigo.chrome.api.indexeddb.DeleteObjectStoreEntriesRequest

Represents request frame that can be used with IndexedDB#deleteObjectStoreEntries operation call.

pl.wendigo.chrome.api.serviceworker.DeliverPushMessageRequest

Represents request frame that can be used with ServiceWorker#deliverPushMessage operation call.

pl.wendigo.chrome.api.dom.DescribeNodeRequest

Represents request frame that can be used with DOM#describeNode operation call.

pl.wendigo.chrome.api.dom.DescribeNodeResponse

Represents response frame that is returned from DOM#describeNode operation call. Describes node given its id, does not require domain to be enabled. Does not start tracking any objects, can be used for automation.

pl.wendigo.chrome.protocol.DeserializationFailed

Frame deserialization failed on object mapper.

pl.wendigo.chrome.api.inspector.DetachedEvent

Fired when remote debugging connection is about to be terminated. Contains detach reason.

pl.wendigo.chrome.api.target.DetachedFromTargetEvent

Issued when detached from target for any reason (including detachFromTarget command). Can be issued multiple times per target if multiple sessions have been attached to it.

pl.wendigo.chrome.api.target.DetachFromTargetRequest

Represents request frame that can be used with Target#detachFromTarget operation call.

pl.wendigo.chrome.api.deviceorientation.DeviceOrientationOperations

DeviceOrientationOperations represents DeviceOrientation protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.DevToolsProtocol

DevToolsProtocol represents all operations on all domains that can be issued to control Chrome via DevTools Protocol.

pl.wendigo.chrome.api.page.DialogType

Javascript dialog type.

pl.wendigo.chrome.api.dom.DiscardSearchResultsRequest

Represents request frame that can be used with DOM#discardSearchResults operation call.

pl.wendigo.chrome.api.input.DispatchKeyEventRequest

Represents request frame that can be used with Input#dispatchKeyEvent operation call.

pl.wendigo.chrome.api.input.DispatchMouseEventRequest

Represents request frame that can be used with Input#dispatchMouseEvent operation call.

pl.wendigo.chrome.api.serviceworker.DispatchPeriodicSyncEventRequest

Represents request frame that can be used with ServiceWorker#dispatchPeriodicSyncEvent operation call.

pl.wendigo.chrome.api.serviceworker.DispatchSyncEventRequest

Represents request frame that can be used with ServiceWorker#dispatchSyncEvent operation call.

pl.wendigo.chrome.api.input.DispatchTouchEventRequest

Represents request frame that can be used with Input#dispatchTouchEvent operation call.

pl.wendigo.chrome.api.target.DisposeBrowserContextRequest

Represents request frame that can be used with Target#disposeBrowserContext operation call.

pl.wendigo.chrome.api.dom.DistributedNodesUpdatedEvent

Called when distrubution is changed.

pl.wendigo.chrome.api.domsnapshot.DocumentSnapshot

Document snapshot.

pl.wendigo.chrome.api.schema.Domain

Description of the protocol domain.

pl.wendigo.chrome.api.domdebugger.DOMBreakpointType

DOM breakpoint type.

pl.wendigo.chrome.api.page.DomContentEventFiredEvent
pl.wendigo.chrome.api.domdebugger.DOMDebuggerOperations

DOM debugging allows setting breakpoints on particular DOM operations and events. JavaScript execution will stop on these operations as if there was a regular breakpoint set.

pl.wendigo.chrome.api.domsnapshot.DOMNode

A Node in the DOM tree.

pl.wendigo.chrome.api.dom.DOMOperations

This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object that has an id. This id can be used to get additional information on the Node, resolve it into the JavaScript object wrapper, etc. It is important that client receives DOM events only for the nodes that are known to the client. Backend keeps track of the nodes that were sent to the client and never sends the same node twice. It is client's responsibility to collect information about the nodes that were sent to the client.Note that iframe owner elements will return corresponding document elements as their child nodes.

pl.wendigo.chrome.api.domsnapshot.DOMSnapshotOperations

This domain facilitates obtaining document snapshots with DOM, layout, and style information.

pl.wendigo.chrome.api.domstorage.DomStorageItemAddedEvent
pl.wendigo.chrome.api.domstorage.DomStorageItemRemovedEvent
pl.wendigo.chrome.api.domstorage.DomStorageItemsClearedEvent
pl.wendigo.chrome.api.domstorage.DomStorageItemUpdatedEvent
pl.wendigo.chrome.api.domstorage.DOMStorageOperations

Query and modify DOM storage.

pl.wendigo.chrome.api.page.DownloadWillBeginEvent

Fired when page is about to start a download.

pl.wendigo.chrome.api.network.EmulateNetworkConditionsRequest

Represents request frame that can be used with Network#emulateNetworkConditions operation call.

pl.wendigo.chrome.api.input.EmulateTouchFromMouseEventRequest

Represents request frame that can be used with Input#emulateTouchFromMouseEvent operation call.

pl.wendigo.chrome.api.emulation.EmulationOperations

This domain emulates different environments for the page.

pl.wendigo.chrome.api.cast.EnableRequest

Represents request frame that can be used with Cast#enable operation call.

pl.wendigo.chrome.api.debugger.EnableRequest

Represents request frame that can be used with Debugger#enable operation call.

pl.wendigo.chrome.api.fetch.EnableRequest

Represents request frame that can be used with Fetch#enable operation call.

pl.wendigo.chrome.api.network.EnableRequest

Represents request frame that can be used with Network#enable operation call.

pl.wendigo.chrome.api.debugger.EnableResponse

Represents response frame that is returned from Debugger#enable operation call. Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.

pl.wendigo.chrome.api.log.EntryAddedEvent

Issued when new message was logged.

pl.wendigo.chrome.api.runtime.EntryPreview
pl.wendigo.chrome.api.database.Error

Database error.

pl.wendigo.chrome.api.network.ErrorReason

Network level fetch failure reason.

pl.wendigo.chrome.api.debugger.EvaluateOnCallFrameRequest

Represents request frame that can be used with Debugger#evaluateOnCallFrame operation call.

pl.wendigo.chrome.api.debugger.EvaluateOnCallFrameResponse

Represents response frame that is returned from Debugger#evaluateOnCallFrame operation call. Evaluates expression on a given call frame.

pl.wendigo.chrome.api.runtime.EvaluateRequest

Represents request frame that can be used with Runtime#evaluate operation call.

pl.wendigo.chrome.api.runtime.EvaluateResponse

Represents response frame that is returned from Runtime#evaluate operation call. Evaluates expression on global object.

pl.wendigo.chrome.protocol.Event

Debugger event represents generic protocol event consisting of domain and event names. This class is also supertype of all parameterized events.

pl.wendigo.chrome.api.domdebugger.EventListener

Object event listener.

pl.wendigo.chrome.protocol.EventMapper

EventMapper is responsible for mapping events carried by ResponseFrame to typed events representations.

pl.wendigo.chrome.api.backgroundservice.EventMetadata

A key-value pair for additional event information to pass along.

pl.wendigo.chrome.api.network.EventSourceMessageReceivedEvent

Fired when EventSource message is received.

pl.wendigo.chrome.api.runtime.ExceptionDetails

Detailed information about exception (or error) that was thrown during script compilation or execution.

pl.wendigo.chrome.api.runtime.ExceptionRevokedEvent

Issued when unhandled exception was revoked.

pl.wendigo.chrome.api.runtime.ExceptionThrownEvent

Issued when exception was thrown and unhandled.

pl.wendigo.chrome.api.database.ExecuteSQLRequest

Represents request frame that can be used with Database#executeSQL operation call.

pl.wendigo.chrome.api.database.ExecuteSQLResponse

Represents response frame that is returned from Database#executeSQL operation call.

pl.wendigo.chrome.api.runtime.ExecutionContextCreatedEvent

Issued when new execution context is created.

pl.wendigo.chrome.api.runtime.ExecutionContextDescription

Description of an isolated world.

pl.wendigo.chrome.api.runtime.ExecutionContextDestroyedEvent

Issued when execution context is destroyed.

pl.wendigo.chrome.api.runtime.ExecutionContextId

Id of an execution context.

pl.wendigo.chrome.protocol.Experimental

This annotation is used on DevTools Protocol APIs and types that are marked as experimental.

pl.wendigo.chrome.api.target.ExposeDevToolsProtocolRequest

Represents request frame that can be used with Target#exposeDevToolsProtocol operation call.

pl.wendigo.chrome.api.fetch.FailRequestRequest

Represents request frame that can be used with Fetch#failRequest operation call.

pl.wendigo.chrome.api.fetch.FetchOperations

A domain for letting clients substitute browser's network layer with client code.

pl.wendigo.chrome.api.page.FileChooserOpenedEvent

Emitted only when page.interceptFileChooser is enabled.

pl.wendigo.chrome.FlowableBlock
pl.wendigo.chrome.api.dom.FocusRequest

Represents request frame that can be used with DOM#focus operation call.

pl.wendigo.chrome.api.css.FontFace

Properties of a web font: https://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions

pl.wendigo.chrome.api.page.FontFamilies

Generic font families collection.

pl.wendigo.chrome.api.page.FontSizes

Default font sizes.

pl.wendigo.chrome.api.css.FontsUpdatedEvent

Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font

pl.wendigo.chrome.api.css.ForcePseudoStateRequest

Represents request frame that can be used with CSS#forcePseudoState operation call.

pl.wendigo.chrome.api.page.Frame

Information about the Frame on the page.

pl.wendigo.chrome.api.page.FrameAttachedEvent

Fired when frame has been attached to its parent.

pl.wendigo.chrome.api.page.FrameClearedScheduledNavigationEvent

Fired when frame no longer has a scheduled navigation.

pl.wendigo.chrome.api.page.FrameDetachedEvent

Fired when frame has been detached from its parent.

pl.wendigo.chrome.api.page.FrameId

Unique frame identifier.

pl.wendigo.chrome.protocol.FrameMapper

FrameMapper is responsible for (de)serializing frames exchanged via Chrome's DevTool Protocol.

pl.wendigo.chrome.api.page.FrameNavigatedEvent

Fired once navigation of the frame has completed. Frame is now associated with the new loader.

pl.wendigo.chrome.api.page.FrameRequestedNavigationEvent

Fired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued.

pl.wendigo.chrome.api.page.FrameResource

Information about the Resource on the page.

pl.wendigo.chrome.api.page.FrameResourceTree

Information about the Frame hierarchy along with their cached resources.

pl.wendigo.chrome.api.page.FrameScheduledNavigationEvent

Fired when frame schedules a potential navigation.

pl.wendigo.chrome.api.page.FrameStartedLoadingEvent

Fired when frame has started loading.

pl.wendigo.chrome.api.page.FrameStoppedLoadingEvent

Fired when frame has stopped loading.

pl.wendigo.chrome.api.page.FrameTree

Information about the Frame hierarchy.

pl.wendigo.chrome.api.applicationcache.FrameWithManifest

Frame identifier - manifest URL pair.

pl.wendigo.chrome.api.fetch.FulfillRequestRequest

Represents request frame that can be used with Fetch#fulfillRequest operation call.

pl.wendigo.chrome.api.profiler.FunctionCoverage

Coverage data for a JavaScript function.

pl.wendigo.chrome.api.page.GenerateTestReportRequest

Represents request frame that can be used with Page#generateTestReport operation call.

pl.wendigo.chrome.api.input.GestureSourceType
pl.wendigo.chrome.api.network.GetAllCookiesResponse

Represents response frame that is returned from Network#getAllCookies operation call. Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the cookies field.

pl.wendigo.chrome.api.memory.GetAllTimeSamplingProfileResponse

Represents response frame that is returned from Memory#getAllTimeSamplingProfile operation call. Retrieve native memory allocations profile collected since renderer process startup.

pl.wendigo.chrome.api.applicationcache.GetApplicationCacheForFrameRequest

Represents request frame that can be used with ApplicationCache#getApplicationCacheForFrame operation call.

pl.wendigo.chrome.api.applicationcache.GetApplicationCacheForFrameResponse

Represents response frame that is returned from ApplicationCache#getApplicationCacheForFrame operation call. Returns relevant application cache data for the document in given frame.

pl.wendigo.chrome.api.page.GetAppManifestResponse

Represents response frame that is returned from Page#getAppManifest operation call.

pl.wendigo.chrome.api.dom.GetAttributesRequest

Represents request frame that can be used with DOM#getAttributes operation call.

pl.wendigo.chrome.api.dom.GetAttributesResponse

Represents response frame that is returned from DOM#getAttributes operation call. Returns attributes for the specified node.

pl.wendigo.chrome.api.css.GetBackgroundColorsRequest

Represents request frame that can be used with CSS#getBackgroundColors operation call.

pl.wendigo.chrome.api.css.GetBackgroundColorsResponse

Represents response frame that is returned from CSS#getBackgroundColors operation call.

pl.wendigo.chrome.api.profiler.GetBestEffortCoverageResponse

Represents response frame that is returned from Profiler#getBestEffortCoverage operation call. Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.

pl.wendigo.chrome.api.dom.GetBoxModelRequest

Represents request frame that can be used with DOM#getBoxModel operation call.

pl.wendigo.chrome.api.dom.GetBoxModelResponse

Represents response frame that is returned from DOM#getBoxModel operation call. Returns boxes for the given node.

pl.wendigo.chrome.api.browser.GetBrowserCommandLineResponse

Represents response frame that is returned from Browser#getBrowserCommandLine operation call. Returns the command line switches for the browser process if, and only if --enable-automation is on the commandline.

pl.wendigo.chrome.api.target.GetBrowserContextsResponse

Represents response frame that is returned from Target#getBrowserContexts operation call. Returns all browser contexts created with Target.createBrowserContext method.

pl.wendigo.chrome.api.memory.GetBrowserSamplingProfileResponse

Represents response frame that is returned from Memory#getBrowserSamplingProfile operation call. Retrieve native memory allocations profile collected since browser process startup.

pl.wendigo.chrome.api.tracing.GetCategoriesResponse

Represents response frame that is returned from Tracing#getCategories operation call. Gets supported tracing categories.

pl.wendigo.chrome.api.network.GetCertificateRequest

Represents request frame that can be used with Network#getCertificate operation call.

pl.wendigo.chrome.api.network.GetCertificateResponse

Represents response frame that is returned from Network#getCertificate operation call. Returns the DER-encoded certificate.

pl.wendigo.chrome.api.css.GetComputedStyleForNodeRequest

Represents request frame that can be used with CSS#getComputedStyleForNode operation call.

pl.wendigo.chrome.api.css.GetComputedStyleForNodeResponse

Represents response frame that is returned from CSS#getComputedStyleForNode operation call. Returns the computed style for a DOM node identified by nodeId.

pl.wendigo.chrome.api.dom.GetContentQuadsRequest

Represents request frame that can be used with DOM#getContentQuads operation call.

pl.wendigo.chrome.api.dom.GetContentQuadsResponse

Represents response frame that is returned from DOM#getContentQuads operation call. Returns quads that describe node position on the page. This method might return multiple quads for inline nodes.

pl.wendigo.chrome.api.network.GetCookiesRequest

Represents request frame that can be used with Network#getCookies operation call.

pl.wendigo.chrome.api.network.GetCookiesResponse

Represents response frame that is returned from Network#getCookies operation call. Returns all browser cookies for the current URL. Depending on the backend support, will return detailed cookie information in the cookies field.

pl.wendigo.chrome.api.page.GetCookiesResponse

Represents response frame that is returned from Page#getCookies operation call. Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the cookies field.

pl.wendigo.chrome.api.webauthn.GetCredentialRequest

Represents request frame that can be used with WebAuthn#getCredential operation call.

pl.wendigo.chrome.api.webauthn.GetCredentialResponse

Represents response frame that is returned from WebAuthn#getCredential operation call. Returns a single credential stored in the given virtual authenticator that matches the credential ID.

pl.wendigo.chrome.api.webauthn.GetCredentialsRequest

Represents request frame that can be used with WebAuthn#getCredentials operation call.

pl.wendigo.chrome.api.webauthn.GetCredentialsResponse

Represents response frame that is returned from WebAuthn#getCredentials operation call. Returns all the credentials stored in the given virtual authenticator.

pl.wendigo.chrome.api.animation.GetCurrentTimeRequest

Represents request frame that can be used with Animation#getCurrentTime operation call.

pl.wendigo.chrome.api.animation.GetCurrentTimeResponse

Represents response frame that is returned from Animation#getCurrentTime operation call. Returns the current time of the an animation.

pl.wendigo.chrome.api.database.GetDatabaseTableNamesRequest

Represents request frame that can be used with Database#getDatabaseTableNames operation call.

pl.wendigo.chrome.api.database.GetDatabaseTableNamesResponse

Represents response frame that is returned from Database#getDatabaseTableNames operation call.

pl.wendigo.chrome.api.dom.GetDocumentRequest

Represents request frame that can be used with DOM#getDocument operation call.

pl.wendigo.chrome.api.dom.GetDocumentResponse

Represents response frame that is returned from DOM#getDocument operation call. Returns the root DOM node (and optionally the subtree) to the caller.

pl.wendigo.chrome.api.schema.GetDomainsResponse

Represents response frame that is returned from Schema#getDomains operation call. Returns supported domains.

pl.wendigo.chrome.api.memory.GetDOMCountersResponse

Represents response frame that is returned from Memory#getDOMCounters operation call.

pl.wendigo.chrome.api.domstorage.GetDOMStorageItemsRequest

Represents request frame that can be used with DOMStorage#getDOMStorageItems operation call.

pl.wendigo.chrome.api.domstorage.GetDOMStorageItemsResponse

Represents response frame that is returned from DOMStorage#getDOMStorageItems operation call.

pl.wendigo.chrome.api.audits.GetEncodedResponseRequest

Represents request frame that can be used with Audits#getEncodedResponse operation call.

pl.wendigo.chrome.api.audits.GetEncodedResponseResponse

Represents response frame that is returned from Audits#getEncodedResponse operation call. Returns the response body and size if it were re-encoded with the specified settings. Only applies to images.

pl.wendigo.chrome.api.domdebugger.GetEventListenersRequest

Represents request frame that can be used with DOMDebugger#getEventListeners operation call.

pl.wendigo.chrome.api.domdebugger.GetEventListenersResponse

Represents response frame that is returned from DOMDebugger#getEventListeners operation call. Returns event listeners of the given object.

pl.wendigo.chrome.api.dom.GetFileInfoRequest

Represents request frame that can be used with DOM#getFileInfo operation call.

pl.wendigo.chrome.api.dom.GetFileInfoResponse

Represents response frame that is returned from DOM#getFileInfo operation call. Returns file information for the given File wrapper.

pl.wendigo.chrome.api.dom.GetFlattenedDocumentRequest

Represents request frame that can be used with DOM#getFlattenedDocument operation call.

pl.wendigo.chrome.api.dom.GetFlattenedDocumentResponse

Represents response frame that is returned from DOM#getFlattenedDocument operation call. Returns the root DOM node (and optionally the subtree) to the caller.

pl.wendigo.chrome.api.dom.GetFrameOwnerRequest

Represents request frame that can be used with DOM#getFrameOwner operation call.

pl.wendigo.chrome.api.dom.GetFrameOwnerResponse

Represents response frame that is returned from DOM#getFrameOwner operation call. Returns iframe node that owns iframe with the given domain.

pl.wendigo.chrome.api.applicationcache.GetFramesWithManifestsResponse

Represents response frame that is returned from ApplicationCache#getFramesWithManifests operation call. Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.

pl.wendigo.chrome.api.page.GetFrameTreeResponse

Represents response frame that is returned from Page#getFrameTree operation call. Returns present frame tree structure.

pl.wendigo.chrome.api.accessibility.GetFullAXTreeResponse

Represents response frame that is returned from Accessibility#getFullAXTree operation call. Fetches the entire accessibility tree

pl.wendigo.chrome.api.heapprofiler.GetHeapObjectIdRequest

Represents request frame that can be used with HeapProfiler#getHeapObjectId operation call.

pl.wendigo.chrome.api.heapprofiler.GetHeapObjectIdResponse

Represents response frame that is returned from HeapProfiler#getHeapObjectId operation call.

pl.wendigo.chrome.api.runtime.GetHeapUsageResponse

Represents response frame that is returned from Runtime#getHeapUsage operation call. Returns the JavaScript heap usage. It is the total usage of the corresponding isolate not scoped to a particular Runtime.

pl.wendigo.chrome.api.overlay.GetHighlightObjectForTestRequest

Represents request frame that can be used with Overlay#getHighlightObjectForTest operation call.

pl.wendigo.chrome.api.overlay.GetHighlightObjectForTestResponse

Represents response frame that is returned from Overlay#getHighlightObjectForTest operation call. For testing.

pl.wendigo.chrome.api.browser.GetHistogramRequest

Represents request frame that can be used with Browser#getHistogram operation call.

pl.wendigo.chrome.api.browser.GetHistogramResponse

Represents response frame that is returned from Browser#getHistogram operation call. Get a Chrome histogram by name.

pl.wendigo.chrome.api.browser.GetHistogramsRequest

Represents request frame that can be used with Browser#getHistograms operation call.

pl.wendigo.chrome.api.browser.GetHistogramsResponse

Represents response frame that is returned from Browser#getHistograms operation call. Get Chrome histograms.

pl.wendigo.chrome.api.systeminfo.GetInfoResponse

Represents response frame that is returned from SystemInfo#getInfo operation call. Returns information about the system.

pl.wendigo.chrome.api.css.GetInlineStylesForNodeRequest

Represents request frame that can be used with CSS#getInlineStylesForNode operation call.

pl.wendigo.chrome.api.css.GetInlineStylesForNodeResponse

Represents response frame that is returned from CSS#getInlineStylesForNode operation call. Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM attributes) for a DOM node identified by nodeId.

pl.wendigo.chrome.api.page.GetInstallabilityErrorsResponse

Represents response frame that is returned from Page#getInstallabilityErrors operation call.

pl.wendigo.chrome.api.runtime.GetIsolateIdResponse

Represents response frame that is returned from Runtime#getIsolateId operation call. Returns the isolate id.

pl.wendigo.chrome.api.page.GetLayoutMetricsResponse

Represents response frame that is returned from Page#getLayoutMetrics operation call. Returns metrics relating to the layouting of the page, such as viewport bounds/scale.

pl.wendigo.chrome.api.applicationcache.GetManifestForFrameRequest

Represents request frame that can be used with ApplicationCache#getManifestForFrame operation call.

pl.wendigo.chrome.api.applicationcache.GetManifestForFrameResponse

Represents response frame that is returned from ApplicationCache#getManifestForFrame operation call. Returns manifest URL for document in the given frame.

pl.wendigo.chrome.api.css.GetMatchedStylesForNodeRequest

Represents request frame that can be used with CSS#getMatchedStylesForNode operation call.

pl.wendigo.chrome.api.css.GetMatchedStylesForNodeResponse

Represents response frame that is returned from CSS#getMatchedStylesForNode operation call. Returns requested styles for a DOM node identified by nodeId.

pl.wendigo.chrome.api.css.GetMediaQueriesResponse

Represents response frame that is returned from CSS#getMediaQueries operation call. Returns all media queries parsed by the rendering engine.

pl.wendigo.chrome.api.indexeddb.GetMetadataRequest

Represents request frame that can be used with IndexedDB#getMetadata operation call.

pl.wendigo.chrome.api.indexeddb.GetMetadataResponse

Represents response frame that is returned from IndexedDB#getMetadata operation call. Gets metadata of an object store

pl.wendigo.chrome.api.performance.GetMetricsResponse

Represents response frame that is returned from Performance#getMetrics operation call. Retrieve current values of run-time metrics.

pl.wendigo.chrome.api.page.GetNavigationHistoryResponse

Represents response frame that is returned from Page#getNavigationHistory operation call. Returns navigation history for the current page.

pl.wendigo.chrome.api.dom.GetNodeForLocationRequest

Represents request frame that can be used with DOM#getNodeForLocation operation call.

pl.wendigo.chrome.api.dom.GetNodeForLocationResponse

Represents response frame that is returned from DOM#getNodeForLocation operation call. Returns node id at given location. Depending on whether DOM domain is enabled, nodeId is either returned or not.

pl.wendigo.chrome.api.dom.GetNodeStackTracesRequest

Represents request frame that can be used with DOM#getNodeStackTraces operation call.

pl.wendigo.chrome.api.dom.GetNodeStackTracesResponse

Represents response frame that is returned from DOM#getNodeStackTraces operation call. Gets stack traces associated with a Node. As of now, only provides stack trace for Node creation.

pl.wendigo.chrome.api.heapprofiler.GetObjectByHeapObjectIdRequest

Represents request frame that can be used with HeapProfiler#getObjectByHeapObjectId operation call.

pl.wendigo.chrome.api.heapprofiler.GetObjectByHeapObjectIdResponse

Represents response frame that is returned from HeapProfiler#getObjectByHeapObjectId operation call.

pl.wendigo.chrome.api.dom.GetOuterHTMLRequest

Represents request frame that can be used with DOM#getOuterHTML operation call.

pl.wendigo.chrome.api.dom.GetOuterHTMLResponse

Represents response frame that is returned from DOM#getOuterHTML operation call. Returns node's HTML markup.

pl.wendigo.chrome.api.accessibility.GetPartialAXTreeRequest

Represents request frame that can be used with Accessibility#getPartialAXTree operation call.

pl.wendigo.chrome.api.accessibility.GetPartialAXTreeResponse

Represents response frame that is returned from Accessibility#getPartialAXTree operation call. Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.

pl.wendigo.chrome.api.css.GetPlatformFontsForNodeRequest

Represents request frame that can be used with CSS#getPlatformFontsForNode operation call.

pl.wendigo.chrome.api.css.GetPlatformFontsForNodeResponse

Represents response frame that is returned from CSS#getPlatformFontsForNode operation call. Requests information about platform fonts which we used to render child TextNodes in the given node.

pl.wendigo.chrome.api.animation.GetPlaybackRateResponse

Represents response frame that is returned from Animation#getPlaybackRate operation call. Gets the playback rate of the document timeline.

pl.wendigo.chrome.api.debugger.GetPossibleBreakpointsRequest

Represents request frame that can be used with Debugger#getPossibleBreakpoints operation call.

pl.wendigo.chrome.api.debugger.GetPossibleBreakpointsResponse

Represents response frame that is returned from Debugger#getPossibleBreakpoints operation call. Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.

pl.wendigo.chrome.api.systeminfo.GetProcessInfoResponse

Represents response frame that is returned from SystemInfo#getProcessInfo operation call. Returns information about all running processes.

pl.wendigo.chrome.api.runtime.GetPropertiesRequest

Represents request frame that can be used with Runtime#getProperties operation call.

pl.wendigo.chrome.api.runtime.GetPropertiesResponse

Represents response frame that is returned from Runtime#getProperties operation call. Returns properties of a given object. Object group of the result is inherited from the target object.

pl.wendigo.chrome.api.webaudio.GetRealtimeDataRequest

Represents request frame that can be used with WebAudio#getRealtimeData operation call.

pl.wendigo.chrome.api.webaudio.GetRealtimeDataResponse

Represents response frame that is returned from WebAudio#getRealtimeData operation call. Fetch the realtime data from the registered contexts.

pl.wendigo.chrome.api.dom.GetRelayoutBoundaryRequest

Represents request frame that can be used with DOM#getRelayoutBoundary operation call.

pl.wendigo.chrome.api.dom.GetRelayoutBoundaryResponse

Represents response frame that is returned from DOM#getRelayoutBoundary operation call. Returns the id of the nearest ancestor that is a relayout boundary.

pl.wendigo.chrome.api.network.GetRequestPostDataRequest

Represents request frame that can be used with Network#getRequestPostData operation call.

pl.wendigo.chrome.api.network.GetRequestPostDataResponse

Represents response frame that is returned from Network#getRequestPostData operation call. Returns post data sent with the request. Returns an error when no data was sent with the request.

pl.wendigo.chrome.api.page.GetResourceContentRequest

Represents request frame that can be used with Page#getResourceContent operation call.

pl.wendigo.chrome.api.page.GetResourceContentResponse

Represents response frame that is returned from Page#getResourceContent operation call. Returns content of the given resource.

pl.wendigo.chrome.api.page.GetResourceTreeResponse

Represents response frame that is returned from Page#getResourceTree operation call. Returns present frame / resource tree structure.

pl.wendigo.chrome.api.network.GetResponseBodyForInterceptionRequest

Represents request frame that can be used with Network#getResponseBodyForInterception operation call.

pl.wendigo.chrome.api.network.GetResponseBodyForInterceptionResponse

Represents response frame that is returned from Network#getResponseBodyForInterception operation call. Returns content served for the given currently intercepted request.

pl.wendigo.chrome.api.fetch.GetResponseBodyRequest

Represents request frame that can be used with Fetch#getResponseBody operation call.

pl.wendigo.chrome.api.network.GetResponseBodyRequest

Represents request frame that can be used with Network#getResponseBody operation call.

pl.wendigo.chrome.api.fetch.GetResponseBodyResponse

Represents response frame that is returned from Fetch#getResponseBody operation call. Causes the body of the response to be received from the server and returned as a single string. May only be issued for a request that is paused in the Response stage and is mutually exclusive with takeResponseBodyForInterceptionAsStream. Calling other methods that affect the request or disabling fetch domain before body is received results in an undefined behavior.

pl.wendigo.chrome.api.network.GetResponseBodyResponse

Represents response frame that is returned from Network#getResponseBody operation call. Returns content served for the given request.

pl.wendigo.chrome.api.heapprofiler.GetSamplingProfileResponse

Represents response frame that is returned from HeapProfiler#getSamplingProfile operation call.

pl.wendigo.chrome.api.memory.GetSamplingProfileResponse

Represents response frame that is returned from Memory#getSamplingProfile operation call. Retrieve native memory allocations profile collected since last startSampling call.

pl.wendigo.chrome.api.debugger.GetScriptSourceRequest

Represents request frame that can be used with Debugger#getScriptSource operation call.

pl.wendigo.chrome.api.debugger.GetScriptSourceResponse

Represents response frame that is returned from Debugger#getScriptSource operation call. Returns source for the script with given id.

pl.wendigo.chrome.api.dom.GetSearchResultsRequest

Represents request frame that can be used with DOM#getSearchResults operation call.

pl.wendigo.chrome.api.dom.GetSearchResultsResponse

Represents response frame that is returned from DOM#getSearchResults operation call. Returns search results from given fromIndex to given toIndex from the search with the given identifier.

pl.wendigo.chrome.api.domsnapshot.GetSnapshotRequest

Represents request frame that can be used with DOMSnapshot#getSnapshot operation call.

pl.wendigo.chrome.api.domsnapshot.GetSnapshotResponse

Represents response frame that is returned from DOMSnapshot#getSnapshot operation call. Returns a document snapshot, including the full DOM tree of the root node (including iframes, template contents, and imported documents) in a flattened array, as well as layout and white-listed computed style information for the nodes. Shadow DOM in the returned DOM tree is flattened.

pl.wendigo.chrome.api.debugger.GetStackTraceRequest

Represents request frame that can be used with Debugger#getStackTrace operation call.

pl.wendigo.chrome.api.debugger.GetStackTraceResponse

Represents response frame that is returned from Debugger#getStackTrace operation call. Returns stack trace with given stackTraceId.

pl.wendigo.chrome.api.css.GetStyleSheetTextRequest

Represents request frame that can be used with CSS#getStyleSheetText operation call.

pl.wendigo.chrome.api.css.GetStyleSheetTextResponse

Represents response frame that is returned from CSS#getStyleSheetText operation call. Returns the current textual content for a stylesheet.

pl.wendigo.chrome.api.target.GetTargetInfoRequest

Represents request frame that can be used with Target#getTargetInfo operation call.

pl.wendigo.chrome.api.target.GetTargetInfoResponse

Represents response frame that is returned from Target#getTargetInfo operation call. Returns information about a target.

pl.wendigo.chrome.api.target.GetTargetsResponse

Represents response frame that is returned from Target#getTargets operation call. Retrieves a list of available targets.

pl.wendigo.chrome.api.storage.GetUsageAndQuotaRequest

Represents request frame that can be used with Storage#getUsageAndQuota operation call.

pl.wendigo.chrome.api.storage.GetUsageAndQuotaResponse

Represents response frame that is returned from Storage#getUsageAndQuota operation call. Returns usage and quota in bytes.

pl.wendigo.chrome.api.browser.GetVersionResponse

Represents response frame that is returned from Browser#getVersion operation call. Returns version information.

pl.wendigo.chrome.api.debugger.GetWasmBytecodeRequest

Represents request frame that can be used with Debugger#getWasmBytecode operation call.

pl.wendigo.chrome.api.debugger.GetWasmBytecodeResponse

Represents response frame that is returned from Debugger#getWasmBytecode operation call. Returns bytecode for the WebAssembly script with given id.

pl.wendigo.chrome.api.browser.GetWindowBoundsRequest

Represents request frame that can be used with Browser#getWindowBounds operation call.

pl.wendigo.chrome.api.browser.GetWindowBoundsResponse

Represents response frame that is returned from Browser#getWindowBounds operation call. Get position and size of the browser window.

pl.wendigo.chrome.api.browser.GetWindowForTargetRequest

Represents request frame that can be used with Browser#getWindowForTarget operation call.

pl.wendigo.chrome.api.browser.GetWindowForTargetResponse

Represents response frame that is returned from Browser#getWindowForTarget operation call. Get the browser window that contains the devtools target.

pl.wendigo.chrome.api.runtime.GlobalLexicalScopeNamesRequest

Represents request frame that can be used with Runtime#globalLexicalScopeNames operation call.

pl.wendigo.chrome.api.runtime.GlobalLexicalScopeNamesResponse

Represents response frame that is returned from Runtime#globalLexicalScopeNames operation call. Returns all let, const and class variables from global scope.

pl.wendigo.chrome.api.systeminfo.GPUDevice

Describes a single graphics processor (GPU).

pl.wendigo.chrome.api.systeminfo.GPUInfo

Provides information about the GPU(s) on the system.

pl.wendigo.chrome.api.browser.GrantPermissionsRequest

Represents request frame that can be used with Browser#grantPermissions operation call.

pl.wendigo.chrome.api.webaudio.GraphObjectId

An unique ID for a graph object (AudioContext, AudioNode, AudioParam) in Web Audio API

pl.wendigo.chrome.api.security.HandleCertificateErrorRequest

Represents request frame that can be used with Security#handleCertificateError operation call.

pl.wendigo.chrome.api.page.HandleFileChooserRequest

Represents request frame that can be used with Page#handleFileChooser operation call.

pl.wendigo.chrome.api.page.HandleJavaScriptDialogRequest

Represents request frame that can be used with Page#handleJavaScriptDialog operation call.

pl.wendigo.chrome.api.cachestorage.Header
pl.wendigo.chrome.api.fetch.HeaderEntry

Response HTTP header entry

pl.wendigo.chrome.api.network.Headers

Request / response headers as keys / values of JSON object.

pl.wendigo.chrome.api.headlessexperimental.HeadlessExperimentalOperations

This domain provides experimental commands only supported in headless mode.

pl.wendigo.chrome.api.heapprofiler.HeapProfilerOperations

HeapProfilerOperations represents HeapProfiler protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.heapprofiler.HeapSnapshotObjectId

Heap snapshot object id.

pl.wendigo.chrome.api.heapprofiler.HeapStatsUpdateEvent

If heap objects tracking has been started then backend may send update for one or more fragments

pl.wendigo.chrome.api.overlay.HighlightConfig

Configuration data for the highlighting of page elements.

pl.wendigo.chrome.api.overlay.HighlightFrameRequest

Represents request frame that can be used with Overlay#highlightFrame operation call.

pl.wendigo.chrome.api.overlay.HighlightNodeRequest

Represents request frame that can be used with Overlay#highlightNode operation call.

pl.wendigo.chrome.api.overlay.HighlightQuadRequest

Represents request frame that can be used with Overlay#highlightQuad operation call.

pl.wendigo.chrome.api.overlay.HighlightRectRequest

Represents request frame that can be used with Overlay#highlightRect operation call.

pl.wendigo.chrome.api.browser.Histogram

Chrome histogram.

pl.wendigo.chrome.api.systeminfo.ImageDecodeAcceleratorCapability

Describes a supported image decoding profile with its associated minimum and maximum resolutions and subsampling.

pl.wendigo.chrome.api.systeminfo.ImageType

Image format of a given image.

pl.wendigo.chrome.api.storage.IndexedDBContentUpdatedEvent

The origin's IndexedDB object store has been modified.

pl.wendigo.chrome.api.storage.IndexedDBListUpdatedEvent

The origin's IndexedDB database list has been modified.

pl.wendigo.chrome.api.indexeddb.IndexedDBOperations

IndexedDBOperations represents IndexedDB protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.css.InheritedStyleEntry

Inherited CSS rule collection from ancestor node.

pl.wendigo.chrome.api.network.Initiator

Information about the request initiator.

pl.wendigo.chrome.api.dom.InlineStyleInvalidatedEvent

Fired when Element's inline style is modified via a CSS property modification.

pl.wendigo.chrome.api.domsnapshot.InlineTextBox

Details of post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.

pl.wendigo.chrome.api.input.InputOperations

InputOperations represents Input protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.security.InsecureContentStatus

Information about insecure content on the page.

pl.wendigo.chrome.api.input.InsertTextRequest

Represents request frame that can be used with Input#insertText operation call.

pl.wendigo.chrome.api.overlay.InspectMode
pl.wendigo.chrome.api.overlay.InspectNodeRequestedEvent

Fired when the node should be inspected. This happens after call to setInspectMode or when user manually inspects an element.

pl.wendigo.chrome.protocol.InspectorCommandFailed

Inspector command has failed.

pl.wendigo.chrome.api.inspector.InspectorOperations

InspectorOperations represents Inspector protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.runtime.InspectRequestedEvent

Issued when object should be inspected (for example, as a result of inspect() command line API call).

pl.wendigo.chrome.api.serviceworker.InspectWorkerRequest

Represents request frame that can be used with ServiceWorker#inspectWorker operation call.

pl.wendigo.chrome.api.network.InterceptionId

Unique intercepted request identifier.

pl.wendigo.chrome.api.network.InterceptionStage

Stages of the interception to begin intercepting. Request will intercept before the request is sent. Response will intercept after the response is received.

pl.wendigo.chrome.api.runtime.InternalPropertyDescriptor

Object internal property descriptor. This property isn't normally visible in JavaScript code.

pl.wendigo.chrome.api.io.IOOperations

Input/Output operations for streams produced by DevTools.

pl.wendigo.chrome.api.cast.IssueUpdatedEvent

This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue.

pl.wendigo.chrome.api.domstorage.Item

DOM Storage item.

pl.wendigo.chrome.api.page.JavascriptDialogClosedEvent

Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been closed.

pl.wendigo.chrome.api.page.JavascriptDialogOpeningEvent

Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to open.

pl.wendigo.chrome.api.indexeddb.Key

Key.

pl.wendigo.chrome.api.animation.KeyframesRule

Keyframes Rule

pl.wendigo.chrome.api.animation.KeyframeStyle

Keyframe Style

pl.wendigo.chrome.api.indexeddb.KeyPath

Key path.

pl.wendigo.chrome.api.indexeddb.KeyRange

Key range.

pl.wendigo.chrome.api.heapprofiler.LastSeenObjectIdEvent

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.

pl.wendigo.chrome.api.layertree.Layer

Information about a compositing layer.

pl.wendigo.chrome.api.layertree.LayerId

Unique Layer identifier.

pl.wendigo.chrome.api.layertree.LayerPaintedEvent
pl.wendigo.chrome.api.layertree.LayerTreeDidChangeEvent
pl.wendigo.chrome.api.layertree.LayerTreeOperations

LayerTreeOperations represents LayerTree protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.domsnapshot.LayoutTreeNode

Details of an element in the DOM tree with a LayoutObject.

pl.wendigo.chrome.api.domsnapshot.LayoutTreeSnapshot

Table of details of an element in the DOM tree with a LayoutObject.

pl.wendigo.chrome.api.page.LayoutViewport

Layout viewport position and dimensions.

pl.wendigo.chrome.api.page.LifecycleEventEvent

Fired for top level page lifecycle events such as navigation, load, paint, etc.

pl.wendigo.chrome.api.network.LoaderId

Unique loader identifier.

pl.wendigo.chrome.api.page.LoadEventFiredEvent
pl.wendigo.chrome.api.network.LoadingFailedEvent

Fired when HTTP request has failed to load.

pl.wendigo.chrome.api.network.LoadingFinishedEvent

Fired when HTTP request has finished loading.

pl.wendigo.chrome.api.layertree.LoadSnapshotRequest

Represents request frame that can be used with LayerTree#loadSnapshot operation call.

pl.wendigo.chrome.api.layertree.LoadSnapshotResponse

Represents response frame that is returned from LayerTree#loadSnapshot operation call. Returns the snapshot identifier.

pl.wendigo.chrome.api.debugger.Location

Location in the source code.

pl.wendigo.chrome.api.log.LogEntry

Log entry.

pl.wendigo.chrome.api.log.LogOperations

Provides access to log entries.

pl.wendigo.chrome.api.layertree.MakeSnapshotRequest

Represents request frame that can be used with LayerTree#makeSnapshot operation call.

pl.wendigo.chrome.api.layertree.MakeSnapshotResponse

Represents response frame that is returned from LayerTree#makeSnapshot operation call. Returns the layer snapshot identifier.

pl.wendigo.chrome.api.media.MediaOperations

This domain allows detailed inspection of media elements

pl.wendigo.chrome.api.css.MediaQuery

Media query descriptor.

pl.wendigo.chrome.api.css.MediaQueryExpression

Media query expression descriptor.

pl.wendigo.chrome.api.tracing.MemoryDumpConfig

Configuration for memory dump. Used only when "memory-infra" category is enabled.

pl.wendigo.chrome.api.memory.MemoryOperations

MemoryOperations represents Memory protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.console.MessageAddedEvent

Issued when new console message is added.

pl.wendigo.chrome.api.performance.Metric

Run-time execution metric.

pl.wendigo.chrome.api.performance.MetricsEvent

Current values of the metrics.

pl.wendigo.chrome.api.security.MixedContentType

A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories

pl.wendigo.chrome.api.memory.Module

Executable module information

pl.wendigo.chrome.api.network.MonotonicTime

Monotonically increasing time in seconds since an arbitrary point in the past.

pl.wendigo.chrome.api.dom.MoveToRequest

Represents request frame that can be used with DOM#moveTo operation call.

pl.wendigo.chrome.api.dom.MoveToResponse

Represents response frame that is returned from DOM#moveTo operation call. Moves node into the new container, places it before the given anchor.

pl.wendigo.chrome.api.domsnapshot.NameValue

A name/value pair.

pl.wendigo.chrome.api.page.NavigatedWithinDocumentEvent

Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.

pl.wendigo.chrome.api.page.NavigateRequest

Represents request frame that can be used with Page#navigate operation call.

pl.wendigo.chrome.api.page.NavigateResponse

Represents response frame that is returned from Page#navigate operation call. Navigates current page to the given URL.

pl.wendigo.chrome.api.page.NavigateToHistoryEntryRequest

Represents request frame that can be used with Page#navigateToHistoryEntry operation call.

pl.wendigo.chrome.api.page.NavigationEntry

Navigation history entry.

pl.wendigo.chrome.api.headlessexperimental.NeedsBeginFramesChangedEvent

Issued when the target starts or stops needing BeginFrames. Deprecated. Issue beginFrame unconditionally instead and use result from beginFrame to detect whether the frames were suppressed.

pl.wendigo.chrome.api.network.NetworkOperations

Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc.

pl.wendigo.chrome.api.applicationcache.NetworkStateUpdatedEvent
pl.wendigo.chrome.api.dom.Node

DOM interaction is implemented in terms of mirror objects that represent the actual DOM nodes. DOMNode is a base node mirror type.

pl.wendigo.chrome.api.overlay.NodeHighlightRequestedEvent

Fired when the node should be highlighted. This happens after call to setInspectMode.

pl.wendigo.chrome.api.dom.NodeId

Unique DOM node identifier.

pl.wendigo.chrome.api.webaudio.NodeParamConnectedEvent

Notifies that an AudioNode is connected to an AudioParam.

pl.wendigo.chrome.api.webaudio.NodeParamDisconnectedEvent

Notifies that an AudioNode is disconnected to an AudioParam.

pl.wendigo.chrome.api.webaudio.NodesConnectedEvent

Notifies that two AudioNodes are connected.

pl.wendigo.chrome.api.webaudio.NodesDisconnectedEvent

Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.

pl.wendigo.chrome.api.domsnapshot.NodeTreeSnapshot

Table containing nodes.

pl.wendigo.chrome.api.webaudio.NodeType

Enum of AudioNode types

pl.wendigo.chrome.api.runtime.ObjectPreview

Object containing abbreviated remote object value.

pl.wendigo.chrome.api.indexeddb.ObjectStore

Object store.

pl.wendigo.chrome.api.indexeddb.ObjectStoreIndex

Object store index.

pl.wendigo.chrome.api.overlay.OverlayOperations

This domain provides various functionality related to drawing atop the inspected page.

pl.wendigo.chrome.api.page.PageOperations

Actions and events related to the inspected page belong to the page domain.

pl.wendigo.chrome.api.layertree.PaintProfile

Array of timings, one per paint step.

pl.wendigo.chrome.api.webaudio.ParamType

Enum of AudioParam types

pl.wendigo.chrome.api.debugger.PausedEvent

Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.

pl.wendigo.chrome.api.debugger.PauseOnAsyncCallRequest

Represents request frame that can be used with Debugger#pauseOnAsyncCall operation call.

pl.wendigo.chrome.api.performance.PerformanceOperations

PerformanceOperations represents Performance protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.dom.PerformSearchRequest

Represents request frame that can be used with DOM#performSearch operation call.

pl.wendigo.chrome.api.dom.PerformSearchResponse

Represents response frame that is returned from DOM#performSearch operation call. Searches for a given string in the DOM tree. Use getSearchResults to access search results or cancelSearch to end this search session.

pl.wendigo.chrome.api.browser.PermissionDescriptor

Definition of PermissionDescriptor defined in the Permissions API: https://w3c.github.io/permissions/#dictdef-permissiondescriptor.

pl.wendigo.chrome.api.browser.PermissionSetting
pl.wendigo.chrome.api.browser.PermissionType
pl.wendigo.chrome.api.layertree.PictureTile

Serialized fragment of layer picture along with its offset within the layer.

pl.wendigo.chrome.api.css.PlatformFontUsage

Information about amount of glyphs that were rendered with given font.

pl.wendigo.chrome.api.media.PlayerEvent
pl.wendigo.chrome.api.media.PlayerEventsAddedEvent

Send events as a list, allowing them to be batched on the browser for less congestion. If batched, events must ALWAYS be in chronological order.

pl.wendigo.chrome.api.media.PlayerEventType

Break out events into different types

pl.wendigo.chrome.api.media.PlayerId

Players will get an ID that is unique within the agent context.

pl.wendigo.chrome.api.media.PlayerPropertiesChangedEvent

This can be called multiple times, and can be used to set / override / remove player properties. A null propValue indicates removal.

pl.wendigo.chrome.api.media.PlayerProperty

Player Property type

pl.wendigo.chrome.api.media.PlayersCreatedEvent

Called whenever a player is created, or when a new agent joins and recieves a list of active players. If an agent is restored, it will recieve the full list of player ids and all events again.

pl.wendigo.chrome.api.profiler.PositionTickInfo

Specifies a number of samples attributed to a certain source position.

pl.wendigo.chrome.api.memory.PressureLevel

Memory pressure level.

pl.wendigo.chrome.api.page.PrintToPDFRequest

Represents request frame that can be used with Page#printToPDF operation call.

pl.wendigo.chrome.api.page.PrintToPDFResponse

Represents response frame that is returned from Page#printToPDF operation call. Print page as PDF.

pl.wendigo.chrome.api.runtime.PrivatePropertyDescriptor

Object private field descriptor.

pl.wendigo.chrome.api.systeminfo.ProcessInfo

Represents process info.

pl.wendigo.chrome.api.profiler.Profile

Profile.

pl.wendigo.chrome.api.profiler.ProfileNode

Profile node. Holds callsite information, execution statistics and child nodes.

pl.wendigo.chrome.api.profiler.ProfilerOperations

ProfilerOperations represents Profiler protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.layertree.ProfileSnapshotRequest

Represents request frame that can be used with LayerTree#profileSnapshot operation call.

pl.wendigo.chrome.api.layertree.ProfileSnapshotResponse

Represents response frame that is returned from LayerTree#profileSnapshot operation call.

pl.wendigo.chrome.api.runtime.PropertyDescriptor

Object property descriptor.

pl.wendigo.chrome.api.runtime.PropertyPreview
pl.wendigo.chrome.api.dom.PseudoElementAddedEvent

Called when a pseudo element is added to an element.

pl.wendigo.chrome.api.css.PseudoElementMatches

CSS rule collection for a single pseudo style.

pl.wendigo.chrome.api.dom.PseudoElementRemovedEvent

Called when a pseudo element is removed from an element.

pl.wendigo.chrome.api.dom.PseudoType

Pseudo element type.

pl.wendigo.chrome.api.dom.PushNodeByPathToFrontendRequest

Represents request frame that can be used with DOM#pushNodeByPathToFrontend operation call.

pl.wendigo.chrome.api.dom.PushNodeByPathToFrontendResponse

Represents response frame that is returned from DOM#pushNodeByPathToFrontend operation call. Requests that the node is sent to the caller given its path. // FIXME, use XPath

pl.wendigo.chrome.api.dom.PushNodesByBackendIdsToFrontendRequest

Represents request frame that can be used with DOM#pushNodesByBackendIdsToFrontend operation call.

pl.wendigo.chrome.api.dom.PushNodesByBackendIdsToFrontendResponse

Represents response frame that is returned from DOM#pushNodesByBackendIdsToFrontend operation call. Requests that a batch of nodes is sent to the caller given their backend node ids.

pl.wendigo.chrome.api.dom.Quad

An array of quad vertices, x immediately followed by y for each point, points clock-wise.

pl.wendigo.chrome.api.runtime.QueryObjectsRequest

Represents request frame that can be used with Runtime#queryObjects operation call.

pl.wendigo.chrome.api.runtime.QueryObjectsResponse

Represents response frame that is returned from Runtime#queryObjects operation call.

pl.wendigo.chrome.api.dom.QuerySelectorAllRequest

Represents request frame that can be used with DOM#querySelectorAll operation call.

pl.wendigo.chrome.api.dom.QuerySelectorAllResponse

Represents response frame that is returned from DOM#querySelectorAll operation call. Executes querySelectorAll on a given node.

pl.wendigo.chrome.api.dom.QuerySelectorRequest

Represents request frame that can be used with DOM#querySelector operation call.

pl.wendigo.chrome.api.dom.QuerySelectorResponse

Represents response frame that is returned from DOM#querySelector operation call. Executes querySelector on a given node.

pl.wendigo.chrome.api.domsnapshot.RareBooleanData
pl.wendigo.chrome.api.domsnapshot.RareIntegerData
pl.wendigo.chrome.api.domsnapshot.RareStringData

Data that is only present on rare nodes.

pl.wendigo.chrome.api.io.ReadRequest

Represents request frame that can be used with IO#read operation call.

pl.wendigo.chrome.api.io.ReadResponse

Represents response frame that is returned from IO#read operation call. Read a chunk of the stream

pl.wendigo.chrome.api.target.ReceivedMessageFromTargetEvent

Notifies about a new protocol message received from the session (as reported in attachedToTarget event).

pl.wendigo.chrome.api.tracing.RecordClockSyncMarkerRequest

Represents request frame that can be used with Tracing#recordClockSyncMarker operation call.

pl.wendigo.chrome.api.backgroundservice.RecordingStateChangedEvent

Called when the recording state for the service has been updated.

pl.wendigo.chrome.api.dom.Rect

Rectangle.

pl.wendigo.chrome.api.domsnapshot.Rectangle
pl.wendigo.chrome.api.serviceworker.RegistrationID
pl.wendigo.chrome.api.animation.ReleaseAnimationsRequest

Represents request frame that can be used with Animation#releaseAnimations operation call.

pl.wendigo.chrome.api.runtime.ReleaseObjectGroupRequest

Represents request frame that can be used with Runtime#releaseObjectGroup operation call.

pl.wendigo.chrome.api.runtime.ReleaseObjectRequest

Represents request frame that can be used with Runtime#releaseObject operation call.

pl.wendigo.chrome.api.layertree.ReleaseSnapshotRequest

Represents request frame that can be used with LayerTree#releaseSnapshot operation call.

pl.wendigo.chrome.api.page.ReloadRequest

Represents request frame that can be used with Page#reload operation call.

pl.wendigo.chrome.api.target.RemoteLocation
pl.wendigo.chrome.api.runtime.RemoteObject

Mirror object referencing original JavaScript object.

pl.wendigo.chrome.api.runtime.RemoteObjectId

Unique object identifier.

pl.wendigo.chrome.api.dom.RemoveAttributeRequest

Represents request frame that can be used with DOM#removeAttribute operation call.

pl.wendigo.chrome.api.runtime.RemoveBindingRequest

Represents request frame that can be used with Runtime#removeBinding operation call.

pl.wendigo.chrome.api.debugger.RemoveBreakpointRequest

Represents request frame that can be used with Debugger#removeBreakpoint operation call.

pl.wendigo.chrome.api.webauthn.RemoveCredentialRequest

Represents request frame that can be used with WebAuthn#removeCredential operation call.

pl.wendigo.chrome.api.domdebugger.RemoveDOMBreakpointRequest

Represents request frame that can be used with DOMDebugger#removeDOMBreakpoint operation call.

pl.wendigo.chrome.api.domstorage.RemoveDOMStorageItemRequest

Represents request frame that can be used with DOMStorage#removeDOMStorageItem operation call.

pl.wendigo.chrome.api.domdebugger.RemoveEventListenerBreakpointRequest

Represents request frame that can be used with DOMDebugger#removeEventListenerBreakpoint operation call.

pl.wendigo.chrome.api.domdebugger.RemoveInstrumentationBreakpointRequest

Represents request frame that can be used with DOMDebugger#removeInstrumentationBreakpoint operation call.

pl.wendigo.chrome.api.dom.RemoveNodeRequest

Represents request frame that can be used with DOM#removeNode operation call.

pl.wendigo.chrome.api.page.RemoveScriptToEvaluateOnLoadRequest

Represents request frame that can be used with Page#removeScriptToEvaluateOnLoad operation call.

pl.wendigo.chrome.api.page.RemoveScriptToEvaluateOnNewDocumentRequest

Represents request frame that can be used with Page#removeScriptToEvaluateOnNewDocument operation call.

pl.wendigo.chrome.api.webauthn.RemoveVirtualAuthenticatorRequest

Represents request frame that can be used with WebAuthn#removeVirtualAuthenticator operation call.

pl.wendigo.chrome.api.domdebugger.RemoveXHRBreakpointRequest

Represents request frame that can be used with DOMDebugger#removeXHRBreakpoint operation call.

pl.wendigo.chrome.api.layertree.ReplaySnapshotRequest

Represents request frame that can be used with LayerTree#replaySnapshot operation call.

pl.wendigo.chrome.api.layertree.ReplaySnapshotResponse

Represents response frame that is returned from LayerTree#replaySnapshot operation call. Replays the layer snapshot and returns the resulting bitmap.

pl.wendigo.chrome.api.network.ReplayXHRRequest

Represents request frame that can be used with Network#replayXHR operation call.

pl.wendigo.chrome.api.heapprofiler.ReportHeapSnapshotProgressEvent
pl.wendigo.chrome.api.network.Request

HTTP request data.

pl.wendigo.chrome.api.cachestorage.RequestCachedResponseRequest

Represents request frame that can be used with CacheStorage#requestCachedResponse operation call.

pl.wendigo.chrome.api.cachestorage.RequestCachedResponseResponse

Represents response frame that is returned from CacheStorage#requestCachedResponse operation call. Fetches cache entry.

pl.wendigo.chrome.api.cachestorage.RequestCacheNamesRequest

Represents request frame that can be used with CacheStorage#requestCacheNames operation call.

pl.wendigo.chrome.api.cachestorage.RequestCacheNamesResponse

Represents response frame that is returned from CacheStorage#requestCacheNames operation call. Requests cache names.

pl.wendigo.chrome.api.dom.RequestChildNodesRequest

Represents request frame that can be used with DOM#requestChildNodes operation call.

pl.wendigo.chrome.api.indexeddb.RequestDatabaseNamesRequest

Represents request frame that can be used with IndexedDB#requestDatabaseNames operation call.

pl.wendigo.chrome.api.indexeddb.RequestDatabaseNamesResponse

Represents response frame that is returned from IndexedDB#requestDatabaseNames operation call. Requests database names for given security origin.

pl.wendigo.chrome.api.indexeddb.RequestDatabaseRequest

Represents request frame that can be used with IndexedDB#requestDatabase operation call.

pl.wendigo.chrome.api.indexeddb.RequestDatabaseResponse

Represents response frame that is returned from IndexedDB#requestDatabase operation call. Requests database with given name in given frame.

pl.wendigo.chrome.api.indexeddb.RequestDataRequest

Represents request frame that can be used with IndexedDB#requestData operation call.

pl.wendigo.chrome.api.indexeddb.RequestDataResponse

Represents response frame that is returned from IndexedDB#requestData operation call. Requests data from object store or index.

pl.wendigo.chrome.api.cachestorage.RequestEntriesRequest

Represents request frame that can be used with CacheStorage#requestEntries operation call.

pl.wendigo.chrome.api.cachestorage.RequestEntriesResponse

Represents response frame that is returned from CacheStorage#requestEntries operation call. Requests data from cache.

pl.wendigo.chrome.protocol.RequestError

Represents protocol error.

pl.wendigo.chrome.protocol.RequestFailed

Protocol request has failed.

pl.wendigo.chrome.protocol.RequestFrame

Represents request frame.

pl.wendigo.chrome.api.fetch.RequestId

Unique request identifier.

pl.wendigo.chrome.api.network.RequestId

Unique request identifier.

pl.wendigo.chrome.api.network.RequestInterceptedEvent

Details of an intercepted HTTP request, which must be either allowed, blocked, modified or mocked. Deprecated, use Fetch.requestPaused instead.

pl.wendigo.chrome.api.tracing.RequestMemoryDumpRequest

Represents request frame that can be used with Tracing#requestMemoryDump operation call.

pl.wendigo.chrome.api.tracing.RequestMemoryDumpResponse

Represents response frame that is returned from Tracing#requestMemoryDump operation call. Request a global memory dump.

pl.wendigo.chrome.api.dom.RequestNodeRequest

Represents request frame that can be used with DOM#requestNode operation call.

pl.wendigo.chrome.api.dom.RequestNodeResponse

Represents response frame that is returned from DOM#requestNode operation call. Requests that the node is sent to the caller given the JavaScript node object reference. All nodes that form the path from the node to the root are also sent to the client as a series of setChildNodes notifications.

pl.wendigo.chrome.api.fetch.RequestPattern
pl.wendigo.chrome.api.network.RequestPattern

Request pattern for interception.

pl.wendigo.chrome.api.fetch.RequestPausedEvent

Issued when the domain is enabled and the request URL matches the specified filter. The request is paused until the client responds with one of continueRequest, failRequest or fulfillRequest. The stage of the request can be determined by presence of responseErrorReason and responseStatusCode -- the request is at the response stage if either of these fields is present and in the request stage otherwise.

pl.wendigo.chrome.api.network.RequestServedFromCacheEvent

Fired if request ended up loading from cache.

pl.wendigo.chrome.api.fetch.RequestStage

Stages of the request to handle. Request will intercept before the request is sent. Response will intercept after the response is received (but before response body is received.

pl.wendigo.chrome.api.network.RequestWillBeSentEvent

Fired when page is about to send HTTP request.

pl.wendigo.chrome.api.network.RequestWillBeSentExtraInfoEvent

Fired when additional information about a requestWillBeSent event is available from the network stack. Not every requestWillBeSent event will have an additional requestWillBeSentExtraInfo fired for it, and there is no guarantee whether requestWillBeSent or requestWillBeSentExtraInfo will be fired first for the same request.

pl.wendigo.chrome.api.browser.ResetPermissionsRequest

Represents request frame that can be used with Browser#resetPermissions operation call.

pl.wendigo.chrome.api.animation.ResolveAnimationRequest

Represents request frame that can be used with Animation#resolveAnimation operation call.

pl.wendigo.chrome.api.animation.ResolveAnimationResponse

Represents response frame that is returned from Animation#resolveAnimation operation call. Gets the remote object of the Animation.

pl.wendigo.chrome.api.io.ResolveBlobRequest

Represents request frame that can be used with IO#resolveBlob operation call.

pl.wendigo.chrome.api.io.ResolveBlobResponse

Represents response frame that is returned from IO#resolveBlob operation call. Return UUID of Blob object specified by a remote object id.

pl.wendigo.chrome.api.dom.ResolveNodeRequest

Represents request frame that can be used with DOM#resolveNode operation call.

pl.wendigo.chrome.api.dom.ResolveNodeResponse

Represents response frame that is returned from DOM#resolveNode operation call. Resolves the JavaScript node object for a given NodeId or BackendNodeId.

pl.wendigo.chrome.api.network.ResourceChangedPriorityEvent

Fired when resource loading priority is changed

pl.wendigo.chrome.api.network.ResourcePriority

Loading priority of a resource request.

pl.wendigo.chrome.api.network.ResourceTiming

Timing information for the request.

pl.wendigo.chrome.api.network.ResourceType

Resource type as it was perceived by the rendering engine.

pl.wendigo.chrome.api.network.Response

HTTP response data.

pl.wendigo.chrome.protocol.ResponseFrame

Represents generic protocol response.

pl.wendigo.chrome.api.network.ResponseReceivedEvent

Fired when HTTP response is available.

pl.wendigo.chrome.api.network.ResponseReceivedExtraInfoEvent

Fired when additional information about a responseReceived event is available from the network stack. Not every responseReceived event will have an additional responseReceivedExtraInfo for it, and responseReceivedExtraInfo may be fired before or after responseReceived.

pl.wendigo.chrome.api.debugger.RestartFrameRequest

Represents request frame that can be used with Debugger#restartFrame operation call.

pl.wendigo.chrome.api.debugger.RestartFrameResponse

Represents response frame that is returned from Debugger#restartFrame operation call. Restarts particular call frame from the beginning.

pl.wendigo.chrome.api.dom.RGBA

A structure holding an RGBA color.

pl.wendigo.chrome.api.css.RuleMatch

Match data for a CSS rule.

pl.wendigo.chrome.api.css.RuleUsage

CSS coverage information.

pl.wendigo.chrome.api.runtime.RunScriptRequest

Represents request frame that can be used with Runtime#runScript operation call.

pl.wendigo.chrome.api.runtime.RunScriptResponse

Represents response frame that is returned from Runtime#runScript operation call. Runs script with given id in a given context.

pl.wendigo.chrome.api.runtime.RuntimeOperations

Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects. Evaluation results are returned as mirror object that expose object type, string representation and unique identifier that can be used for further object reference. Original objects are maintained in memory unless they are either explicitly released or are released along with the other objects in their object group.

pl.wendigo.chrome.api.heapprofiler.SamplingHeapProfile

Sampling profile.

pl.wendigo.chrome.api.heapprofiler.SamplingHeapProfileNode

Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.

pl.wendigo.chrome.api.heapprofiler.SamplingHeapProfileSample

A single sample from a sampling profile.

pl.wendigo.chrome.api.memory.SamplingProfile

Array of heap profile samples.

pl.wendigo.chrome.api.memory.SamplingProfileNode

Heap profile sample.

pl.wendigo.chrome.api.schema.SchemaOperations

This domain is deprecated.

pl.wendigo.chrome.api.debugger.Scope

Scope description.

pl.wendigo.chrome.api.page.ScreencastFrameAckRequest

Represents request frame that can be used with Page#screencastFrameAck operation call.

pl.wendigo.chrome.api.page.ScreencastFrameEvent

Compressed image data requested by the startScreencast.

pl.wendigo.chrome.api.page.ScreencastFrameMetadata

Screencast frame metadata.

pl.wendigo.chrome.api.page.ScreencastVisibilityChangedEvent

Fired when the page with currently enabled screencast was shown or hidden `.

pl.wendigo.chrome.api.emulation.ScreenOrientation

Screen orientation.

pl.wendigo.chrome.api.headlessexperimental.ScreenshotParams

Encoding options for a screenshot.

pl.wendigo.chrome.api.overlay.ScreenshotRequestedEvent

Fired when user asks to capture screenshot of some area on the page.

pl.wendigo.chrome.api.profiler.ScriptCoverage

Coverage data for a JavaScript script.

pl.wendigo.chrome.api.debugger.ScriptFailedToParseEvent

Fired when virtual machine fails to parse the script.

pl.wendigo.chrome.api.runtime.ScriptId

Unique script identifier.

pl.wendigo.chrome.api.page.ScriptIdentifier

Unique script identifier.

pl.wendigo.chrome.api.debugger.ScriptParsedEvent

Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.

pl.wendigo.chrome.api.debugger.ScriptPosition

Location in the source code.

pl.wendigo.chrome.api.profiler.ScriptTypeProfile

Type profile data collected during runtime for a JavaScript script.

pl.wendigo.chrome.api.layertree.ScrollRect

Rectangle where scrolling happens on the main thread.

pl.wendigo.chrome.api.debugger.SearchInContentRequest

Represents request frame that can be used with Debugger#searchInContent operation call.

pl.wendigo.chrome.api.debugger.SearchInContentResponse

Represents response frame that is returned from Debugger#searchInContent operation call. Searches for given string in script content.

pl.wendigo.chrome.api.page.SearchInResourceRequest

Represents request frame that can be used with Page#searchInResource operation call.

pl.wendigo.chrome.api.page.SearchInResourceResponse

Represents response frame that is returned from Page#searchInResource operation call. Searches for given string in resource content.

pl.wendigo.chrome.api.network.SearchInResponseBodyRequest

Represents request frame that can be used with Network#searchInResponseBody operation call.

pl.wendigo.chrome.api.network.SearchInResponseBodyResponse

Represents response frame that is returned from Network#searchInResponseBody operation call. Searches for given string in response content.

pl.wendigo.chrome.api.debugger.SearchMatch

Search match for resource.

pl.wendigo.chrome.api.network.SecurityDetails

Security details about a request.

pl.wendigo.chrome.api.security.SecurityOperations

Security

pl.wendigo.chrome.api.security.SecurityState

The security level of a page or resource.

pl.wendigo.chrome.api.security.SecurityStateChangedEvent

The security state of the page changed.

pl.wendigo.chrome.api.security.SecurityStateExplanation

An explanation of an factor contributing to the security state.

pl.wendigo.chrome.api.animation.SeekAnimationsRequest

Represents request frame that can be used with Animation#seekAnimations operation call.

pl.wendigo.chrome.api.css.SelectorList

Selector list data.

pl.wendigo.chrome.api.target.SendMessageToTargetRequest

Represents request frame that can be used with Target#sendMessageToTarget operation call.

pl.wendigo.chrome.protocol.SerializationFailed

Frame serialization failed on object mapper.

pl.wendigo.chrome.api.backgroundservice.ServiceName

The Background Service that will be associated with the commands/events. Every Background Service operates independently, but they share the same API.

pl.wendigo.chrome.api.serviceworker.ServiceWorkerErrorMessage

ServiceWorker error message.

pl.wendigo.chrome.api.serviceworker.ServiceWorkerOperations

ServiceWorkerOperations represents ServiceWorker protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.serviceworker.ServiceWorkerRegistration

ServiceWorker registration.

pl.wendigo.chrome.api.serviceworker.ServiceWorkerVersion

ServiceWorker version.

pl.wendigo.chrome.api.serviceworker.ServiceWorkerVersionRunningStatus
pl.wendigo.chrome.api.serviceworker.ServiceWorkerVersionStatus
pl.wendigo.chrome.targets.Session

Represents browser session target

pl.wendigo.chrome.api.target.SessionID

Unique identifier of attached debugging session.

pl.wendigo.chrome.targets.SessionManager
pl.wendigo.chrome.api.page.SetAdBlockingEnabledRequest

Represents request frame that can be used with Page#setAdBlockingEnabled operation call.

pl.wendigo.chrome.api.debugger.SetAsyncCallStackDepthRequest

Represents request frame that can be used with Debugger#setAsyncCallStackDepth operation call.

pl.wendigo.chrome.api.runtime.SetAsyncCallStackDepthRequest

Represents request frame that can be used with Runtime#setAsyncCallStackDepth operation call.

pl.wendigo.chrome.api.dom.SetAttributesAsTextRequest

Represents request frame that can be used with DOM#setAttributesAsText operation call.

pl.wendigo.chrome.api.dom.SetAttributeValueRequest

Represents request frame that can be used with DOM#setAttributeValue operation call.

pl.wendigo.chrome.api.target.SetAutoAttachRequest

Represents request frame that can be used with Target#setAutoAttach operation call.

pl.wendigo.chrome.api.debugger.SetBlackboxedRangesRequest

Represents request frame that can be used with Debugger#setBlackboxedRanges operation call.

pl.wendigo.chrome.api.debugger.SetBlackboxPatternsRequest

Represents request frame that can be used with Debugger#setBlackboxPatterns operation call.

pl.wendigo.chrome.api.network.SetBlockedURLsRequest

Represents request frame that can be used with Network#setBlockedURLs operation call.

pl.wendigo.chrome.api.debugger.SetBreakpointByUrlRequest

Represents request frame that can be used with Debugger#setBreakpointByUrl operation call.

pl.wendigo.chrome.api.debugger.SetBreakpointByUrlResponse

Represents response frame that is returned from Debugger#setBreakpointByUrl operation call. Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in locations property. Further matching script parsing will result in subsequent breakpointResolved events issued. This logical breakpoint will survive page reloads.

pl.wendigo.chrome.api.debugger.SetBreakpointOnFunctionCallRequest

Represents request frame that can be used with Debugger#setBreakpointOnFunctionCall operation call.

pl.wendigo.chrome.api.debugger.SetBreakpointOnFunctionCallResponse

Represents response frame that is returned from Debugger#setBreakpointOnFunctionCall operation call. Sets JavaScript breakpoint before each call to the given function. If another function was created from the same source as a given one, calling it will also trigger the breakpoint.

pl.wendigo.chrome.api.debugger.SetBreakpointRequest

Represents request frame that can be used with Debugger#setBreakpoint operation call.

pl.wendigo.chrome.api.debugger.SetBreakpointResponse

Represents response frame that is returned from Debugger#setBreakpoint operation call. Sets JavaScript breakpoint at a given location.

pl.wendigo.chrome.api.debugger.SetBreakpointsActiveRequest

Represents request frame that can be used with Debugger#setBreakpointsActive operation call.

pl.wendigo.chrome.api.page.SetBypassCSPRequest

Represents request frame that can be used with Page#setBypassCSP operation call.

pl.wendigo.chrome.api.network.SetBypassServiceWorkerRequest

Represents request frame that can be used with Network#setBypassServiceWorker operation call.

pl.wendigo.chrome.api.network.SetCacheDisabledRequest

Represents request frame that can be used with Network#setCacheDisabled operation call.

pl.wendigo.chrome.api.dom.SetChildNodesEvent

Fired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting node ids.

pl.wendigo.chrome.api.network.SetCookieBlockedReason

Types of reasons why a cookie may not be stored from a response.

pl.wendigo.chrome.api.network.SetCookieRequest

Represents request frame that can be used with Network#setCookie operation call.

pl.wendigo.chrome.api.network.SetCookieResponse

Represents response frame that is returned from Network#setCookie operation call. Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist.

pl.wendigo.chrome.api.network.SetCookiesRequest

Represents request frame that can be used with Network#setCookies operation call.

pl.wendigo.chrome.api.emulation.SetCPUThrottlingRateRequest

Represents request frame that can be used with Emulation#setCPUThrottlingRate operation call.

pl.wendigo.chrome.api.runtime.SetCustomObjectFormatterEnabledRequest

Represents request frame that can be used with Runtime#setCustomObjectFormatterEnabled operation call.

pl.wendigo.chrome.api.network.SetDataSizeLimitsForTestRequest

Represents request frame that can be used with Network#setDataSizeLimitsForTest operation call.

pl.wendigo.chrome.api.emulation.SetDefaultBackgroundColorOverrideRequest

Represents request frame that can be used with Emulation#setDefaultBackgroundColorOverride operation call.

pl.wendigo.chrome.api.emulation.SetDeviceMetricsOverrideRequest

Represents request frame that can be used with Emulation#setDeviceMetricsOverride operation call.

pl.wendigo.chrome.api.page.SetDeviceMetricsOverrideRequest

Represents request frame that can be used with Page#setDeviceMetricsOverride operation call.

pl.wendigo.chrome.api.deviceorientation.SetDeviceOrientationOverrideRequest

Represents request frame that can be used with DeviceOrientation#setDeviceOrientationOverride operation call.

pl.wendigo.chrome.api.page.SetDeviceOrientationOverrideRequest

Represents request frame that can be used with Page#setDeviceOrientationOverride operation call.

pl.wendigo.chrome.api.target.SetDiscoverTargetsRequest

Represents request frame that can be used with Target#setDiscoverTargets operation call.

pl.wendigo.chrome.api.browser.SetDockTileRequest

Represents request frame that can be used with Browser#setDockTile operation call.

pl.wendigo.chrome.api.page.SetDocumentContentRequest

Represents request frame that can be used with Page#setDocumentContent operation call.

pl.wendigo.chrome.api.emulation.SetDocumentCookieDisabledRequest

Represents request frame that can be used with Emulation#setDocumentCookieDisabled operation call.

pl.wendigo.chrome.api.domdebugger.SetDOMBreakpointRequest

Represents request frame that can be used with DOMDebugger#setDOMBreakpoint operation call.

pl.wendigo.chrome.api.domstorage.SetDOMStorageItemRequest

Represents request frame that can be used with DOMStorage#setDOMStorageItem operation call.

pl.wendigo.chrome.api.page.SetDownloadBehaviorRequest

Represents request frame that can be used with Page#setDownloadBehavior operation call.

pl.wendigo.chrome.api.css.SetEffectivePropertyValueForNodeRequest

Represents request frame that can be used with CSS#setEffectivePropertyValueForNode operation call.

pl.wendigo.chrome.api.emulation.SetEmitTouchEventsForMouseRequest

Represents request frame that can be used with Emulation#setEmitTouchEventsForMouse operation call.

pl.wendigo.chrome.api.emulation.SetEmulatedMediaRequest

Represents request frame that can be used with Emulation#setEmulatedMedia operation call.

pl.wendigo.chrome.api.domdebugger.SetEventListenerBreakpointRequest

Represents request frame that can be used with DOMDebugger#setEventListenerBreakpoint operation call.

pl.wendigo.chrome.api.network.SetExtraHTTPHeadersRequest

Represents request frame that can be used with Network#setExtraHTTPHeaders operation call.

pl.wendigo.chrome.api.dom.SetFileInputFilesRequest

Represents request frame that can be used with DOM#setFileInputFiles operation call.

pl.wendigo.chrome.api.emulation.SetFocusEmulationEnabledRequest

Represents request frame that can be used with Emulation#setFocusEmulationEnabled operation call.

pl.wendigo.chrome.api.page.SetFontFamiliesRequest

Represents request frame that can be used with Page#setFontFamilies operation call.

pl.wendigo.chrome.api.page.SetFontSizesRequest

Represents request frame that can be used with Page#setFontSizes operation call.

pl.wendigo.chrome.api.serviceworker.SetForceUpdateOnPageLoadRequest

Represents request frame that can be used with ServiceWorker#setForceUpdateOnPageLoad operation call.

pl.wendigo.chrome.api.emulation.SetGeolocationOverrideRequest

Represents request frame that can be used with Emulation#setGeolocationOverride operation call.

pl.wendigo.chrome.api.page.SetGeolocationOverrideRequest

Represents request frame that can be used with Page#setGeolocationOverride operation call.

pl.wendigo.chrome.api.security.SetIgnoreCertificateErrorsRequest

Represents request frame that can be used with Security#setIgnoreCertificateErrors operation call.

pl.wendigo.chrome.api.input.SetIgnoreInputEventsRequest

Represents request frame that can be used with Input#setIgnoreInputEvents operation call.

pl.wendigo.chrome.api.dom.SetInspectedNodeRequest

Represents request frame that can be used with DOM#setInspectedNode operation call.

pl.wendigo.chrome.api.overlay.SetInspectModeRequest

Represents request frame that can be used with Overlay#setInspectMode operation call.

pl.wendigo.chrome.api.debugger.SetInstrumentationBreakpointRequest

Represents request frame that can be used with Debugger#setInstrumentationBreakpoint operation call.

pl.wendigo.chrome.api.domdebugger.SetInstrumentationBreakpointRequest

Represents request frame that can be used with DOMDebugger#setInstrumentationBreakpoint operation call.

pl.wendigo.chrome.api.debugger.SetInstrumentationBreakpointResponse

Represents response frame that is returned from Debugger#setInstrumentationBreakpoint operation call. Sets instrumentation breakpoint.

pl.wendigo.chrome.api.page.SetInterceptFileChooserDialogRequest

Represents request frame that can be used with Page#setInterceptFileChooserDialog operation call.

pl.wendigo.chrome.api.css.SetKeyframeKeyRequest

Represents request frame that can be used with CSS#setKeyframeKey operation call.

pl.wendigo.chrome.api.css.SetKeyframeKeyResponse

Represents response frame that is returned from CSS#setKeyframeKey operation call. Modifies the keyframe rule key text.

pl.wendigo.chrome.api.page.SetLifecycleEventsEnabledRequest

Represents request frame that can be used with Page#setLifecycleEventsEnabled operation call.

pl.wendigo.chrome.api.runtime.SetMaxCallStackSizeToCaptureRequest

Represents request frame that can be used with Runtime#setMaxCallStackSizeToCapture operation call.

pl.wendigo.chrome.api.css.SetMediaTextRequest

Represents request frame that can be used with CSS#setMediaText operation call.

pl.wendigo.chrome.api.css.SetMediaTextResponse

Represents response frame that is returned from CSS#setMediaText operation call. Modifies the rule selector.

pl.wendigo.chrome.api.emulation.SetNavigatorOverridesRequest

Represents request frame that can be used with Emulation#setNavigatorOverrides operation call.

pl.wendigo.chrome.api.dom.SetNodeNameRequest

Represents request frame that can be used with DOM#setNodeName operation call.

pl.wendigo.chrome.api.dom.SetNodeNameResponse

Represents response frame that is returned from DOM#setNodeName operation call. Sets node name for a node with given id.

pl.wendigo.chrome.api.dom.SetNodeStackTracesEnabledRequest

Represents request frame that can be used with DOM#setNodeStackTracesEnabled operation call.

pl.wendigo.chrome.api.dom.SetNodeValueRequest

Represents request frame that can be used with DOM#setNodeValue operation call.

pl.wendigo.chrome.api.dom.SetOuterHTMLRequest

Represents request frame that can be used with DOM#setOuterHTML operation call.

pl.wendigo.chrome.api.security.SetOverrideCertificateErrorsRequest

Represents request frame that can be used with Security#setOverrideCertificateErrors operation call.

pl.wendigo.chrome.api.emulation.SetPageScaleFactorRequest

Represents request frame that can be used with Emulation#setPageScaleFactor operation call.

pl.wendigo.chrome.api.overlay.SetPausedInDebuggerMessageRequest

Represents request frame that can be used with Overlay#setPausedInDebuggerMessage operation call.

pl.wendigo.chrome.api.animation.SetPausedRequest

Represents request frame that can be used with Animation#setPaused operation call.

pl.wendigo.chrome.api.debugger.SetPauseOnExceptionsRequest

Represents request frame that can be used with Debugger#setPauseOnExceptions operation call.

pl.wendigo.chrome.api.browser.SetPermissionRequest

Represents request frame that can be used with Browser#setPermission operation call.

pl.wendigo.chrome.api.animation.SetPlaybackRateRequest

Represents request frame that can be used with Animation#setPlaybackRate operation call.

pl.wendigo.chrome.api.memory.SetPressureNotificationsSuppressedRequest

Represents request frame that can be used with Memory#setPressureNotificationsSuppressed operation call.

pl.wendigo.chrome.api.page.SetProduceCompilationCacheRequest

Represents request frame that can be used with Page#setProduceCompilationCache operation call.

pl.wendigo.chrome.api.backgroundservice.SetRecordingRequest

Represents request frame that can be used with BackgroundService#setRecording operation call.

pl.wendigo.chrome.api.target.SetRemoteLocationsRequest

Represents request frame that can be used with Target#setRemoteLocations operation call.

pl.wendigo.chrome.api.network.SetRequestInterceptionRequest

Represents request frame that can be used with Network#setRequestInterception operation call.

pl.wendigo.chrome.api.debugger.SetReturnValueRequest

Represents request frame that can be used with Debugger#setReturnValue operation call.

pl.wendigo.chrome.api.css.SetRuleSelectorRequest

Represents request frame that can be used with CSS#setRuleSelector operation call.

pl.wendigo.chrome.api.css.SetRuleSelectorResponse

Represents response frame that is returned from CSS#setRuleSelector operation call. Modifies the rule selector.

pl.wendigo.chrome.api.profiler.SetSamplingIntervalRequest

Represents request frame that can be used with Profiler#setSamplingInterval operation call.

pl.wendigo.chrome.api.emulation.SetScriptExecutionDisabledRequest

Represents request frame that can be used with Emulation#setScriptExecutionDisabled operation call.

pl.wendigo.chrome.api.debugger.SetScriptSourceRequest

Represents request frame that can be used with Debugger#setScriptSource operation call.

pl.wendigo.chrome.api.debugger.SetScriptSourceResponse

Represents response frame that is returned from Debugger#setScriptSource operation call. Edits JavaScript source live.

pl.wendigo.chrome.api.emulation.SetScrollbarsHiddenRequest

Represents request frame that can be used with Emulation#setScrollbarsHidden operation call.

pl.wendigo.chrome.api.overlay.SetShowAdHighlightsRequest

Represents request frame that can be used with Overlay#setShowAdHighlights operation call.

pl.wendigo.chrome.api.overlay.SetShowDebugBordersRequest

Represents request frame that can be used with Overlay#setShowDebugBorders operation call.

pl.wendigo.chrome.api.overlay.SetShowFPSCounterRequest

Represents request frame that can be used with Overlay#setShowFPSCounter operation call.

pl.wendigo.chrome.api.overlay.SetShowHitTestBordersRequest

Represents request frame that can be used with Overlay#setShowHitTestBorders operation call.

pl.wendigo.chrome.api.overlay.SetShowLayoutShiftRegionsRequest

Represents request frame that can be used with Overlay#setShowLayoutShiftRegions operation call.

pl.wendigo.chrome.api.overlay.SetShowPaintRectsRequest

Represents request frame that can be used with Overlay#setShowPaintRects operation call.

pl.wendigo.chrome.api.overlay.SetShowScrollBottleneckRectsRequest

Represents request frame that can be used with Overlay#setShowScrollBottleneckRects operation call.

pl.wendigo.chrome.api.overlay.SetShowViewportSizeOnResizeRequest

Represents request frame that can be used with Overlay#setShowViewportSizeOnResize operation call.

pl.wendigo.chrome.api.cast.SetSinkToUseRequest

Represents request frame that can be used with Cast#setSinkToUse operation call.

pl.wendigo.chrome.api.debugger.SetSkipAllPausesRequest

Represents request frame that can be used with Debugger#setSkipAllPauses operation call.

pl.wendigo.chrome.api.css.SetStyleSheetTextRequest

Represents request frame that can be used with CSS#setStyleSheetText operation call.

pl.wendigo.chrome.api.css.SetStyleSheetTextResponse

Represents response frame that is returned from CSS#setStyleSheetText operation call. Sets the new stylesheet text.

pl.wendigo.chrome.api.css.SetStyleTextsRequest

Represents request frame that can be used with CSS#setStyleTexts operation call.

pl.wendigo.chrome.api.css.SetStyleTextsResponse

Represents response frame that is returned from CSS#setStyleTexts operation call. Applies specified style edits one after another in the given order.

pl.wendigo.chrome.api.performance.SetTimeDomainRequest

Represents request frame that can be used with Performance#setTimeDomain operation call.

pl.wendigo.chrome.api.emulation.SetTimezoneOverrideRequest

Represents request frame that can be used with Emulation#setTimezoneOverride operation call.

pl.wendigo.chrome.api.animation.SetTimingRequest

Represents request frame that can be used with Animation#setTiming operation call.

pl.wendigo.chrome.api.emulation.SetTouchEmulationEnabledRequest

Represents request frame that can be used with Emulation#setTouchEmulationEnabled operation call.

pl.wendigo.chrome.api.page.SetTouchEmulationEnabledRequest

Represents request frame that can be used with Page#setTouchEmulationEnabled operation call.

pl.wendigo.chrome.api.emulation.SetUserAgentOverrideRequest

Represents request frame that can be used with Emulation#setUserAgentOverride operation call.

pl.wendigo.chrome.api.network.SetUserAgentOverrideRequest

Represents request frame that can be used with Network#setUserAgentOverride operation call.

pl.wendigo.chrome.api.webauthn.SetUserVerifiedRequest

Represents request frame that can be used with WebAuthn#setUserVerified operation call.

pl.wendigo.chrome.api.debugger.SetVariableValueRequest

Represents request frame that can be used with Debugger#setVariableValue operation call.

pl.wendigo.chrome.api.emulation.SetVirtualTimePolicyRequest

Represents request frame that can be used with Emulation#setVirtualTimePolicy operation call.

pl.wendigo.chrome.api.emulation.SetVirtualTimePolicyResponse

Represents response frame that is returned from Emulation#setVirtualTimePolicy operation call. Turns on virtual time for all frames (replacing real-time with a synthetic time source) and sets the current virtual time policy. Note this supersedes any previous time budget.

pl.wendigo.chrome.api.emulation.SetVisibleSizeRequest

Represents request frame that can be used with Emulation#setVisibleSize operation call.

pl.wendigo.chrome.api.page.SetWebLifecycleStateRequest

Represents request frame that can be used with Page#setWebLifecycleState operation call.

pl.wendigo.chrome.api.browser.SetWindowBoundsRequest

Represents request frame that can be used with Browser#setWindowBounds operation call.

pl.wendigo.chrome.api.domdebugger.SetXHRBreakpointRequest

Represents request frame that can be used with DOMDebugger#setXHRBreakpoint operation call.

pl.wendigo.chrome.api.dom.ShadowRootPoppedEvent

Called when shadow root is popped from the element.

pl.wendigo.chrome.api.dom.ShadowRootPushedEvent

Called when shadow root is pushed into the element.

pl.wendigo.chrome.api.dom.ShadowRootType

Shadow root type.

pl.wendigo.chrome.api.dom.ShapeOutsideInfo

CSS Shape Outside details.

pl.wendigo.chrome.api.css.ShorthandEntry
pl.wendigo.chrome.api.network.SignedCertificateTimestamp

Details of a signed certificate timestamp (SCT).

pl.wendigo.chrome.api.network.SignedExchangeError

Information about a signed exchange response.

pl.wendigo.chrome.api.network.SignedExchangeErrorField

Field type for a signed exchange related error.

pl.wendigo.chrome.api.network.SignedExchangeHeader

Information about a signed exchange header. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#cbor-representation

pl.wendigo.chrome.api.network.SignedExchangeInfo

Information about a signed exchange response.

pl.wendigo.chrome.api.network.SignedExchangeReceivedEvent

Fired when a signed exchange was received over the network

pl.wendigo.chrome.api.network.SignedExchangeSignature

Information about a signed exchange signature. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#rfc.section.3.1

pl.wendigo.chrome.api.memory.SimulatePressureNotificationRequest

Represents request frame that can be used with Memory#simulatePressureNotification operation call.

pl.wendigo.chrome.SingleBlock
pl.wendigo.chrome.api.cast.Sink
pl.wendigo.chrome.api.cast.SinksUpdatedEvent

This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to.

pl.wendigo.chrome.api.systeminfo.Size

Describes the width and height dimensions of an entity.

pl.wendigo.chrome.api.serviceworker.SkipWaitingRequest

Represents request frame that can be used with ServiceWorker#skipWaiting operation call.

pl.wendigo.chrome.api.layertree.SnapshotCommandLogRequest

Represents request frame that can be used with LayerTree#snapshotCommandLog operation call.

pl.wendigo.chrome.api.layertree.SnapshotCommandLogResponse

Represents response frame that is returned from LayerTree#snapshotCommandLog operation call. Replays the layer snapshot and returns canvas log.

pl.wendigo.chrome.api.layertree.SnapshotId

Unique snapshot identifier.

pl.wendigo.chrome.api.css.SourceRange

Text range within a resource. All numbers are zero-based.

pl.wendigo.chrome.api.runtime.StackTrace

Call frames for assertions or error messages.

pl.wendigo.chrome.api.runtime.StackTraceId

If debuggerId is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See Runtime.StackTrace and Debugger.paused for usages.

pl.wendigo.chrome.api.backgroundservice.StartObservingRequest

Represents request frame that can be used with BackgroundService#startObserving operation call.

pl.wendigo.chrome.api.profiler.StartPreciseCoverageRequest

Represents request frame that can be used with Profiler#startPreciseCoverage operation call.

pl.wendigo.chrome.api.tracing.StartRequest

Represents request frame that can be used with Tracing#start operation call.

pl.wendigo.chrome.api.heapprofiler.StartSamplingRequest

Represents request frame that can be used with HeapProfiler#startSampling operation call.

pl.wendigo.chrome.api.memory.StartSamplingRequest

Represents request frame that can be used with Memory#startSampling operation call.

pl.wendigo.chrome.api.page.StartScreencastRequest

Represents request frame that can be used with Page#startScreencast operation call.

pl.wendigo.chrome.api.cast.StartTabMirroringRequest

Represents request frame that can be used with Cast#startTabMirroring operation call.

pl.wendigo.chrome.api.heapprofiler.StartTrackingHeapObjectsRequest

Represents request frame that can be used with HeapProfiler#startTrackingHeapObjects operation call.

pl.wendigo.chrome.api.log.StartViolationsReportRequest

Represents request frame that can be used with Log#startViolationsReport operation call.

pl.wendigo.chrome.api.serviceworker.StartWorkerRequest

Represents request frame that can be used with ServiceWorker#startWorker operation call.

pl.wendigo.chrome.api.debugger.StepIntoRequest

Represents request frame that can be used with Debugger#stepInto operation call.

pl.wendigo.chrome.api.layertree.StickyPositionConstraint

Sticky position constraints.

pl.wendigo.chrome.api.cast.StopCastingRequest

Represents request frame that can be used with Cast#stopCasting operation call.

pl.wendigo.chrome.api.backgroundservice.StopObservingRequest

Represents request frame that can be used with BackgroundService#stopObserving operation call.

pl.wendigo.chrome.api.profiler.StopResponse

Represents response frame that is returned from Profiler#stop operation call.

pl.wendigo.chrome.api.css.StopRuleUsageTrackingResponse

Represents response frame that is returned from CSS#stopRuleUsageTracking operation call. Stop tracking rule usage and return the list of rules that were used since last call to takeCoverageDelta (or since start of coverage instrumentation)

pl.wendigo.chrome.api.heapprofiler.StopSamplingResponse

Represents response frame that is returned from HeapProfiler#stopSampling operation call.

pl.wendigo.chrome.api.heapprofiler.StopTrackingHeapObjectsRequest

Represents request frame that can be used with HeapProfiler#stopTrackingHeapObjects operation call.

pl.wendigo.chrome.api.serviceworker.StopWorkerRequest

Represents request frame that can be used with ServiceWorker#stopWorker operation call.

pl.wendigo.chrome.api.domstorage.StorageId

DOM Storage identifier.

pl.wendigo.chrome.api.storage.StorageOperations

StorageOperations represents Storage protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.storage.StorageType

Enum of possible storage types.

pl.wendigo.chrome.api.tracing.StreamCompression

Compression type to use for traces returned via streams.

pl.wendigo.chrome.api.tracing.StreamFormat

Data format of a trace. Can be either the legacy JSON format or the protocol buffer format. Note that the JSON format will be deprecated soon.

pl.wendigo.chrome.api.io.StreamHandle

This is either obtained from another method or specifed as blob:<uuid> where <uuid&gt is an UUID of a Blob.

pl.wendigo.chrome.api.domsnapshot.StringIndex

Index of the string in the strings table.

pl.wendigo.chrome.api.css.StyleDeclarationEdit

A descriptor of operation to mutate style declaration text.

pl.wendigo.chrome.api.css.StyleSheetAddedEvent

Fired whenever an active document stylesheet is added.

pl.wendigo.chrome.api.css.StyleSheetChangedEvent

Fired whenever a stylesheet is changed as a result of the client operation.

pl.wendigo.chrome.api.css.StyleSheetId
pl.wendigo.chrome.api.css.StyleSheetOrigin

Stylesheet type: "injected" for stylesheets injected via extension, "user-agent" for user-agent stylesheets, "inspector" for stylesheets created by the inspector (i.e. those holding the "via inspector" rules), "regular" for regular stylesheets.

pl.wendigo.chrome.api.css.StyleSheetRemovedEvent

Fired whenever an active document stylesheet is removed.

pl.wendigo.chrome.api.systeminfo.SubsamplingFormat

YUV subsampling type of the pixels of a given image.

pl.wendigo.chrome.api.input.SynthesizePinchGestureRequest

Represents request frame that can be used with Input#synthesizePinchGesture operation call.

pl.wendigo.chrome.api.input.SynthesizeScrollGestureRequest

Represents request frame that can be used with Input#synthesizeScrollGesture operation call.

pl.wendigo.chrome.api.input.SynthesizeTapGestureRequest

Represents request frame that can be used with Input#synthesizeTapGesture operation call.

pl.wendigo.chrome.api.systeminfo.SystemInfoOperations

The SystemInfo domain defines methods and events for querying low-level system information.

pl.wendigo.chrome.api.css.TakeCoverageDeltaResponse

Represents response frame that is returned from CSS#takeCoverageDelta operation call. Obtain list of rules that became used since last call to this method (or since start of coverage instrumentation)

pl.wendigo.chrome.api.heapprofiler.TakeHeapSnapshotRequest

Represents request frame that can be used with HeapProfiler#takeHeapSnapshot operation call.

pl.wendigo.chrome.api.profiler.TakePreciseCoverageResponse

Represents response frame that is returned from Profiler#takePreciseCoverage operation call. Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.

pl.wendigo.chrome.api.fetch.TakeResponseBodyAsStreamRequest

Represents request frame that can be used with Fetch#takeResponseBodyAsStream operation call.

pl.wendigo.chrome.api.fetch.TakeResponseBodyAsStreamResponse

Represents response frame that is returned from Fetch#takeResponseBodyAsStream operation call. Returns a handle to the stream representing the response body. The request must be paused in the HeadersReceived stage. Note that after this command the request can't be continued as is -- client either needs to cancel it or to provide the response body. The stream only supports sequential read, IO.read will fail if the position is specified. This method is mutually exclusive with getResponseBody. Calling other methods that affect the request or disabling fetch domain before body is received results in an undefined behavior.

pl.wendigo.chrome.api.network.TakeResponseBodyForInterceptionAsStreamRequest

Represents request frame that can be used with Network#takeResponseBodyForInterceptionAsStream operation call.

pl.wendigo.chrome.api.network.TakeResponseBodyForInterceptionAsStreamResponse

Represents response frame that is returned from Network#takeResponseBodyForInterceptionAsStream operation call. Returns a handle to the stream representing the response body. Note that after this command, the intercepted request can't be continued as is -- you either need to cancel it or to provide the response body. The stream only supports sequential read, IO.read will fail if the position is specified.

pl.wendigo.chrome.api.profiler.TakeTypeProfileResponse

Represents response frame that is returned from Profiler#takeTypeProfile operation call. Collect type profile.

pl.wendigo.chrome.targets.Target

SessionTarget represents session we are currently connected to.

pl.wendigo.chrome.api.target.TargetCrashedEvent

Issued when a target has crashed.

pl.wendigo.chrome.api.target.TargetCreatedEvent

Issued when a possible inspection target is created.

pl.wendigo.chrome.api.target.TargetDestroyedEvent

Issued when a target is destroyed.

pl.wendigo.chrome.api.target.TargetID
pl.wendigo.chrome.api.target.TargetInfo
pl.wendigo.chrome.api.target.TargetInfoChangedEvent

Issued when some information about a target has changed. This only happens between targetCreated and targetDestroyed.

pl.wendigo.chrome.api.target.TargetOperations

Supports additional targets discovery and allows to attach to them.

pl.wendigo.chrome.api.tethering.TetheringOperations

The Tethering domain defines methods and events for browser port binding.

pl.wendigo.chrome.api.domsnapshot.TextBoxSnapshot

Table of details of the post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.

pl.wendigo.chrome.api.runtime.TimeDelta

Number of milliseconds.

pl.wendigo.chrome.api.input.TimeSinceEpoch

UTC time in seconds, counted from January 1, 1970.

pl.wendigo.chrome.api.network.TimeSinceEpoch

UTC time in seconds, counted from January 1, 1970.

pl.wendigo.chrome.api.media.Timestamp
pl.wendigo.chrome.api.runtime.Timestamp

Number of milliseconds since epoch.

pl.wendigo.chrome.api.input.TouchPoint
pl.wendigo.chrome.api.tracing.TraceConfig
pl.wendigo.chrome.api.tracing.TracingCompleteEvent

Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.

pl.wendigo.chrome.api.tracing.TracingOperations

TracingOperations represents Tracing protocol domain request/response operations and events that can be captured.

pl.wendigo.chrome.api.storage.TrackCacheStorageForOriginRequest

Represents request frame that can be used with Storage#trackCacheStorageForOrigin operation call.

pl.wendigo.chrome.api.storage.TrackIndexedDBForOriginRequest

Represents request frame that can be used with Storage#trackIndexedDBForOrigin operation call.

pl.wendigo.chrome.api.page.TransitionType

Transition type.

pl.wendigo.chrome.api.profiler.TypeObject

Describes a type collected during runtime.

pl.wendigo.chrome.api.profiler.TypeProfileEntry

Source offset and types for a parameter or return value.

pl.wendigo.chrome.api.tethering.UnbindRequest

Represents request frame that can be used with Tethering#unbind operation call.

pl.wendigo.chrome.api.runtime.UniqueDebuggerId

Unique identifier of current debugger.

pl.wendigo.chrome.api.serviceworker.UnregisterRequest

Represents request frame that can be used with ServiceWorker#unregister operation call.

pl.wendigo.chrome.api.runtime.UnserializableValue

Primitive value which cannot be JSON-stringified. Includes values -0, NaN, Infinity, -Infinity, and bigint literals.

pl.wendigo.chrome.api.storage.UntrackCacheStorageForOriginRequest

Represents request frame that can be used with Storage#untrackCacheStorageForOrigin operation call.

pl.wendigo.chrome.api.storage.UntrackIndexedDBForOriginRequest

Represents request frame that can be used with Storage#untrackIndexedDBForOrigin operation call.

pl.wendigo.chrome.api.serviceworker.UpdateRegistrationRequest

Represents request frame that can be used with ServiceWorker#updateRegistration operation call.

pl.wendigo.chrome.api.storage.UsageForType

Usage for a storage type.

pl.wendigo.chrome.api.css.Value

Data for a simple selector (these are delimited by commas in a selector list).

pl.wendigo.chrome.api.systeminfo.VideoDecodeAcceleratorCapability

Describes a supported video decoding profile with its associated minimum and maximum resolutions.

pl.wendigo.chrome.api.systeminfo.VideoEncodeAcceleratorCapability

Describes a supported video encoding profile with its associated maximum resolution and maximum framerate.

pl.wendigo.chrome.api.page.Viewport

Viewport for capturing screenshot.

pl.wendigo.chrome.api.log.ViolationSetting

Violation configuration setting.

pl.wendigo.chrome.api.webauthn.VirtualAuthenticatorOptions
pl.wendigo.chrome.api.emulation.VirtualTimePolicy

advance: If the scheduler runs out of immediate work, the virtual time base may fast forward to allow the next delayed task (if any) to run; pause: The virtual time base may not advance; pauseIfNetworkFetchesPending: The virtual time base may not advance if there are any pending resource fetches.

pl.wendigo.chrome.api.page.VisualViewport

Visual viewport position, dimensions, and scale.

pl.wendigo.chrome.api.webaudio.WebAudioOperations

This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/

pl.wendigo.chrome.api.webauthn.WebAuthnOperations

This domain allows configuring virtual authenticators to test the WebAuthn API.

pl.wendigo.chrome.api.network.WebSocketClosedEvent

Fired when WebSocket is closed.

pl.wendigo.chrome.api.network.WebSocketCreatedEvent

Fired upon WebSocket creation.

pl.wendigo.chrome.api.network.WebSocketFrame

WebSocket message data. This represents an entire WebSocket message, not just a fragmented frame as the name suggests.

pl.wendigo.chrome.api.network.WebSocketFrameErrorEvent

Fired when WebSocket message error occurs.

pl.wendigo.chrome.api.network.WebSocketFrameReceivedEvent

Fired when WebSocket message is received.

pl.wendigo.chrome.api.network.WebSocketFrameSentEvent

Fired when WebSocket message is sent.

pl.wendigo.chrome.api.network.WebSocketHandshakeResponseReceivedEvent

Fired when WebSocket handshake response becomes available.

pl.wendigo.chrome.api.network.WebSocketRequest

WebSocket request data.

pl.wendigo.chrome.api.network.WebSocketResponse

WebSocket response data.

pl.wendigo.chrome.api.network.WebSocketWillSendHandshakeRequestEvent

Fired when WebSocket is about to initiate handshake.

pl.wendigo.chrome.api.browser.WindowID
pl.wendigo.chrome.api.page.WindowOpenEvent

Fired when a new window is going to be opened, via window.open(), link click, form submission, etc.

pl.wendigo.chrome.api.browser.WindowState

The state of the browser window.

pl.wendigo.chrome.api.serviceworker.WorkerErrorReportedEvent
pl.wendigo.chrome.api.serviceworker.WorkerRegistrationUpdatedEvent
pl.wendigo.chrome.api.serviceworker.WorkerVersionUpdatedEvent