All Types

org.hildan.chrome.devtools.targets.AbstractTargetSession

A protocol session, created when attached to a target.

org.hildan.chrome.devtools.domains.accessibility.AccessibilityDomain

Official doc

org.hildan.chrome.devtools.domains.target.ActivateTargetRequest

Request object containing input parameters for the TargetDomain.activateTarget command.

org.hildan.chrome.devtools.domains.runtime.AddBindingRequest

Request object containing input parameters for the RuntimeDomain.addBinding command.

org.hildan.chrome.devtools.domains.page.AddCompilationCacheRequest

Request object containing input parameters for the PageDomain.addCompilationCache command.

org.hildan.chrome.devtools.domains.webauthn.AddCredentialRequest

Request object containing input parameters for the WebAuthnDomain.addCredential command.

org.hildan.chrome.devtools.domains.heapprofiler.AddInspectedHeapObjectRequest

Request object containing input parameters for the HeapProfilerDomain.addInspectedHeapObject command.

org.hildan.chrome.devtools.domains.css.AddRuleRequest

Request object containing input parameters for the CSSDomain.addRule command.

org.hildan.chrome.devtools.domains.css.AddRuleResponse

Response type for the CSSDomain.addRule command.

org.hildan.chrome.devtools.domains.page.AddScriptToEvaluateOnLoadRequest

Request object containing input parameters for the PageDomain.addScriptToEvaluateOnLoad command.

org.hildan.chrome.devtools.domains.page.AddScriptToEvaluateOnLoadResponse

Response type for the PageDomain.addScriptToEvaluateOnLoad command.

org.hildan.chrome.devtools.domains.page.AddScriptToEvaluateOnNewDocumentRequest

Request object containing input parameters for the PageDomain.addScriptToEvaluateOnNewDocument command.

org.hildan.chrome.devtools.domains.page.AddScriptToEvaluateOnNewDocumentResponse

Response type for the PageDomain.addScriptToEvaluateOnNewDocument command.

org.hildan.chrome.devtools.domains.webauthn.AddVirtualAuthenticatorRequest

Request object containing input parameters for the WebAuthnDomain.addVirtualAuthenticator command.

org.hildan.chrome.devtools.domains.webauthn.AddVirtualAuthenticatorResponse

Response type for the WebAuthnDomain.addVirtualAuthenticator command.

org.hildan.chrome.devtools.domains.page.AdFrameType

Indicates whether a frame has been identified as an ad.

org.hildan.chrome.devtools.domains.audits.AffectedCookie

Information about a cookie that is affected by an inspector issue.

org.hildan.chrome.devtools.domains.audits.AffectedFrame

Information about the frame affected by an inspector issue.

org.hildan.chrome.devtools.domains.audits.AffectedRequest

Information about a request that is affected by an inspector issue.

org.hildan.chrome.devtools.targets.AllDomainsTarget

Represents the available domain APIs in AllDomains targets

org.hildan.chrome.devtools.domains.animation.Animation

Animation instance.

org.hildan.chrome.devtools.domains.animation.AnimationDomain

Official doc

org.hildan.chrome.devtools.domains.animation.AnimationEffect

AnimationEffect instance

org.hildan.chrome.devtools.domains.animation.events.AnimationEvent
org.hildan.chrome.devtools.domains.applicationcache.ApplicationCache

Detailed application cache information.

org.hildan.chrome.devtools.domains.applicationcache.ApplicationCacheDomain

Official doc

org.hildan.chrome.devtools.domains.applicationcache.events.ApplicationCacheEvent
org.hildan.chrome.devtools.domains.applicationcache.ApplicationCacheResource

Detailed application cache resource information.

org.hildan.chrome.devtools.domains.page.AppManifestError

Error while paring app manifest.

org.hildan.chrome.devtools.domains.page.AppManifestParsedProperties

Parsed app manifest properties.

org.hildan.chrome.devtools.domains.domsnapshot.ArrayOfStrings

Index of the string in the strings table.

org.hildan.chrome.devtools.domains.target.AttachToBrowserTargetResponse

Response type for the TargetDomain.attachToBrowserTarget command.

org.hildan.chrome.devtools.domains.target.AttachToTargetRequest

Request object containing input parameters for the TargetDomain.attachToTarget command.

org.hildan.chrome.devtools.domains.target.AttachToTargetResponse

Response type for the TargetDomain.attachToTarget command.

org.hildan.chrome.devtools.domains.webaudio.AudioListener

Protocol object for AudioListener

org.hildan.chrome.devtools.domains.webaudio.AudioNode

Protocol object for AudioNode

org.hildan.chrome.devtools.domains.webaudio.AudioParam

Protocol object for AudioParam

org.hildan.chrome.devtools.domains.audits.AuditsDomain

Audits domain allows investigation of page violations and possible improvements.

org.hildan.chrome.devtools.domains.audits.events.AuditsEvent
org.hildan.chrome.devtools.domains.fetch.AuthChallenge

Authorization challenge for HTTP status code 401 or 407.

org.hildan.chrome.devtools.domains.network.AuthChallenge

Authorization challenge for HTTP status code 401 or 407.

org.hildan.chrome.devtools.domains.fetch.AuthChallengeResponse

Response to an AuthChallenge.

org.hildan.chrome.devtools.domains.network.AuthChallengeResponse

Response to an AuthChallenge.

org.hildan.chrome.devtools.domains.webauthn.AuthenticatorId

Official doc

org.hildan.chrome.devtools.domains.webauthn.AuthenticatorProtocol

Official doc

org.hildan.chrome.devtools.domains.webauthn.AuthenticatorTransport

Official doc

org.hildan.chrome.devtools.domains.webaudio.AutomationRate

Enum of AudioParam::AutomationRate from the spec

org.hildan.chrome.devtools.domains.runtime.AwaitPromiseRequest

Request object containing input parameters for the RuntimeDomain.awaitPromise command.

org.hildan.chrome.devtools.domains.runtime.AwaitPromiseResponse

Response type for the RuntimeDomain.awaitPromise command.

org.hildan.chrome.devtools.domains.accessibility.AXNode

A node in the accessibility tree.

org.hildan.chrome.devtools.domains.accessibility.AXNodeId

Unique accessibility node identifier.

org.hildan.chrome.devtools.domains.accessibility.AXProperty

Official doc

org.hildan.chrome.devtools.domains.accessibility.AXPropertyName

Values of AXProperty name:

org.hildan.chrome.devtools.domains.accessibility.AXRelatedNode

Official doc

org.hildan.chrome.devtools.domains.accessibility.AXValue

A single computed AX property.

org.hildan.chrome.devtools.domains.accessibility.AXValueNativeSourceType

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

org.hildan.chrome.devtools.domains.accessibility.AXValueSource

A single source for a computed AX property.

org.hildan.chrome.devtools.domains.accessibility.AXValueSourceType

Enum of possible property sources.

org.hildan.chrome.devtools.domains.accessibility.AXValueType

Enum of possible property types.

org.hildan.chrome.devtools.domains.dom.BackendNode

Backend node with a friendly name.

org.hildan.chrome.devtools.domains.dom.BackendNodeId

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

org.hildan.chrome.devtools.domains.backgroundservice.BackgroundServiceDomain

Defines events for background web platform features.

org.hildan.chrome.devtools.domains.backgroundservice.BackgroundServiceEvent

Official doc

org.hildan.chrome.devtools.domains.backgroundservice.events.BackgroundServiceEvent
org.hildan.chrome.devtools.domains.webaudio.BaseAudioContext

Protocol object for BaseAudioContext

org.hildan.chrome.devtools.domains.headlessexperimental.BeginFrameRequest

Request object containing input parameters for the HeadlessExperimentalDomain.beginFrame command.

org.hildan.chrome.devtools.domains.headlessexperimental.BeginFrameResponse

Response type for the HeadlessExperimentalDomain.beginFrame command.

org.hildan.chrome.devtools.domains.tethering.BindRequest

Request object containing input parameters for the TetheringDomain.bind command.

org.hildan.chrome.devtools.domains.audits.BlockedByResponseIssueDetails

Details for a request that has been blocked with the BLOCKED_BY_RESPONSE code. Currently only used for COEP/COOP, but may be extended to include some CSP errors in the future.

org.hildan.chrome.devtools.domains.audits.BlockedByResponseReason

Enum indicating the reason a response has been blocked. These reasons are refinements of the net error BLOCKED_BY_RESPONSE.

org.hildan.chrome.devtools.domains.network.BlockedCookieWithReason

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

org.hildan.chrome.devtools.domains.network.BlockedReason

The reason why request was blocked.

org.hildan.chrome.devtools.domains.network.BlockedSetCookieWithReason

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

org.hildan.chrome.devtools.domains.browser.Bounds

Browser window bounds information

org.hildan.chrome.devtools.domains.dom.BoxModel

Box model.

org.hildan.chrome.devtools.domains.overlay.BoxStyle

Style information for drawing a box.

org.hildan.chrome.devtools.domains.debugger.BreakLocation

Official doc

org.hildan.chrome.devtools.domains.debugger.BreakpointId

Breakpoint identifier.

org.hildan.chrome.devtools.domains.browser.BrowserCommandId

Browser command ids used by executeBrowserCommand.

org.hildan.chrome.devtools.domains.browser.BrowserContextID

Official doc

org.hildan.chrome.devtools.domains.browser.BrowserDomain

The Browser domain defines methods and events for browser managing.

org.hildan.chrome.devtools.targets.BrowserTarget

Represents the available domain APIs in Browser targets

org.hildan.chrome.devtools.domains.browser.Bucket

Chrome histogram bucket.

org.hildan.chrome.devtools.domains.cachestorage.Cache

Cache identifier.

org.hildan.chrome.devtools.domains.network.CachedResource

Information about the cached resource.

org.hildan.chrome.devtools.domains.cachestorage.CachedResponse

Cached response

org.hildan.chrome.devtools.domains.cachestorage.CachedResponseType

type of HTTP response cached

org.hildan.chrome.devtools.domains.cachestorage.CacheId

Unique identifier of the Cache object.

org.hildan.chrome.devtools.domains.cachestorage.CacheStorageDomain

Official doc

org.hildan.chrome.devtools.domains.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.

org.hildan.chrome.devtools.domains.debugger.CallFrame

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

org.hildan.chrome.devtools.domains.runtime.CallFrame

Stack entry for runtime errors and assertions.

org.hildan.chrome.devtools.domains.debugger.CallFrameId

Call frame identifier.

org.hildan.chrome.devtools.domains.runtime.CallFunctionOnRequest

Request object containing input parameters for the RuntimeDomain.callFunctionOn command.

org.hildan.chrome.devtools.domains.runtime.CallFunctionOnResponse

Response type for the RuntimeDomain.callFunctionOn command.

org.hildan.chrome.devtools.domains.network.CanClearBrowserCacheResponse

Response type for the NetworkDomain.canClearBrowserCache command.

org.hildan.chrome.devtools.domains.network.CanClearBrowserCookiesResponse

Response type for the NetworkDomain.canClearBrowserCookies command.

org.hildan.chrome.devtools.domains.network.CanEmulateNetworkConditionsResponse

Response type for the NetworkDomain.canEmulateNetworkConditions command.

org.hildan.chrome.devtools.domains.emulation.CanEmulateResponse

Response type for the EmulationDomain.canEmulate command.

org.hildan.chrome.devtools.domains.page.CaptureScreenshotRequest

Request object containing input parameters for the PageDomain.captureScreenshot command.

org.hildan.chrome.devtools.domains.page.CaptureScreenshotResponse

Response type for the PageDomain.captureScreenshot command.

org.hildan.chrome.devtools.domains.domsnapshot.CaptureSnapshotRequest

Request object containing input parameters for the DOMSnapshotDomain.captureSnapshot command.

org.hildan.chrome.devtools.domains.page.CaptureSnapshotRequest

Request object containing input parameters for the PageDomain.captureSnapshot command.

org.hildan.chrome.devtools.domains.domsnapshot.CaptureSnapshotResponse

Response type for the DOMSnapshotDomain.captureSnapshot command.

org.hildan.chrome.devtools.domains.page.CaptureSnapshotResponse

Response type for the PageDomain.captureSnapshot command.

org.hildan.chrome.devtools.domains.cast.CastDomain

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

org.hildan.chrome.devtools.domains.cast.events.CastEvent
org.hildan.chrome.devtools.domains.security.CertificateErrorAction

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

org.hildan.chrome.devtools.domains.security.CertificateId

An internal certificate ID value.

org.hildan.chrome.devtools.domains.security.CertificateSecurityState

Details about the security state of the page certificate.

org.hildan.chrome.devtools.domains.network.CertificateTransparencyCompliance

Whether the request complied with Certificate Transparency policy.

org.hildan.chrome.devtools.domains.webaudio.ChannelCountMode

Enum of AudioNode::ChannelCountMode from the spec

org.hildan.chrome.devtools.domains.webaudio.ChannelInterpretation

Enum of AudioNode::ChannelInterpretation from the spec

org.hildan.chrome.devtools.targets.ChromeBrowserSession

A browser session, usually created when initially connecting to the browser's debugger.

org.hildan.chrome.devtools.protocol.ChromeDPClient

A Chrome Devtools Protocol client.

org.hildan.chrome.devtools.protocol.ChromeDPTarget

Targets are the parts of the browser that the Chrome DevTools Protocol can interact with. This includes for instance pages, serviceworkers and extensions (and also the browser itself).

org.hildan.chrome.devtools.targets.ChromePageSession

A page session, usually created when attaching to a page from the root browser session.

org.hildan.chrome.devtools.protocol.ChromeVersion

Browser version information retrieved via the debugger API.

org.hildan.chrome.devtools.domains.storage.ClearCookiesRequest

Request object containing input parameters for the StorageDomain.clearCookies command.

org.hildan.chrome.devtools.domains.webauthn.ClearCredentialsRequest

Request object containing input parameters for the WebAuthnDomain.clearCredentials command.

org.hildan.chrome.devtools.domains.storage.ClearDataForOriginRequest

Request object containing input parameters for the StorageDomain.clearDataForOrigin command.

org.hildan.chrome.devtools.domains.backgroundservice.ClearEventsRequest

Request object containing input parameters for the BackgroundServiceDomain.clearEvents command.

org.hildan.chrome.devtools.domains.indexeddb.ClearObjectStoreRequest

Request object containing input parameters for the IndexedDBDomain.clearObjectStore command.

org.hildan.chrome.devtools.domains.domstorage.ClearRequest

Request object containing input parameters for the DOMStorageDomain.clear command.

org.hildan.chrome.devtools.domains.page.ClientNavigationDisposition

Official doc

org.hildan.chrome.devtools.domains.page.ClientNavigationReason

Official doc

org.hildan.chrome.devtools.domains.network.ClientSecurityState

Official doc

org.hildan.chrome.devtools.domains.io.CloseRequest

Request object containing input parameters for the IODomain.close command.

org.hildan.chrome.devtools.domains.target.CloseTargetRequest

Request object containing input parameters for the TargetDomain.closeTarget command.

org.hildan.chrome.devtools.domains.target.CloseTargetResponse

Response type for the TargetDomain.closeTarget command.

org.hildan.chrome.devtools.domains.dom.CollectClassNamesFromSubtreeRequest

Request object containing input parameters for the DOMDomain.collectClassNamesFromSubtree command.

org.hildan.chrome.devtools.domains.dom.CollectClassNamesFromSubtreeResponse

Response type for the DOMDomain.collectClassNamesFromSubtree command.

org.hildan.chrome.devtools.domains.css.CollectClassNamesRequest

Request object containing input parameters for the CSSDomain.collectClassNames command.

org.hildan.chrome.devtools.domains.css.CollectClassNamesResponse

Response type for the CSSDomain.collectClassNames command.

org.hildan.chrome.devtools.domains.overlay.ColorFormat

Official doc

org.hildan.chrome.devtools.domains.runtime.CompileScriptRequest

Request object containing input parameters for the RuntimeDomain.compileScript command.

org.hildan.chrome.devtools.domains.runtime.CompileScriptResponse

Response type for the RuntimeDomain.compileScript command.

org.hildan.chrome.devtools.domains.layertree.CompositingReasonsRequest

Request object containing input parameters for the LayerTreeDomain.compositingReasons command.

org.hildan.chrome.devtools.domains.layertree.CompositingReasonsResponse

Response type for the LayerTreeDomain.compositingReasons command.

org.hildan.chrome.devtools.domains.domsnapshot.ComputedStyle

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

org.hildan.chrome.devtools.domains.network.ConnectionType

The underlying connection technology that the browser is supposedly using.

org.hildan.chrome.devtools.domains.console.ConsoleDomain

This domain is deprecated - use Runtime or Log instead.

org.hildan.chrome.devtools.domains.console.events.ConsoleEvent
org.hildan.chrome.devtools.domains.console.ConsoleMessage

Console message.

org.hildan.chrome.devtools.domains.audits.ContentSecurityPolicyIssueDetails

Official doc

org.hildan.chrome.devtools.domains.audits.ContentSecurityPolicyViolationType

Official doc

org.hildan.chrome.devtools.domains.webaudio.ContextRealtimeData

Fields in AudioContext that change in real-time.

org.hildan.chrome.devtools.domains.webaudio.ContextState

Enum of AudioContextState from the spec

org.hildan.chrome.devtools.domains.webaudio.ContextType

Enum of BaseAudioContext types

org.hildan.chrome.devtools.domains.network.ContinueInterceptedRequestRequest

Request object containing input parameters for the NetworkDomain.continueInterceptedRequest command.

org.hildan.chrome.devtools.domains.fetch.ContinueRequestRequest

Request object containing input parameters for the FetchDomain.continueRequest command.

org.hildan.chrome.devtools.domains.debugger.ContinueToLocationRequest

Request object containing input parameters for the DebuggerDomain.continueToLocation command.

org.hildan.chrome.devtools.domains.fetch.ContinueWithAuthRequest

Request object containing input parameters for the FetchDomain.continueWithAuth command.

org.hildan.chrome.devtools.domains.overlay.ContrastAlgorithm

Official doc

org.hildan.chrome.devtools.domains.network.Cookie

Cookie object

org.hildan.chrome.devtools.domains.network.CookieBlockedReason

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

org.hildan.chrome.devtools.domains.network.CookieParam

Cookie parameter object

org.hildan.chrome.devtools.domains.network.CookiePriority

Represents the cookie's 'Priority' status: https://tools.ietf.org/html/draft-west-cookie-priority-00

org.hildan.chrome.devtools.domains.network.CookieSameSite

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

org.hildan.chrome.devtools.domains.dom.CopyToRequest

Request object containing input parameters for the DOMDomain.copyTo command.

org.hildan.chrome.devtools.domains.dom.CopyToResponse

Response type for the DOMDomain.copyTo command.

org.hildan.chrome.devtools.domains.network.CorsError

The reason why request was blocked.

org.hildan.chrome.devtools.domains.network.CorsErrorStatus

Official doc

org.hildan.chrome.devtools.domains.profiler.CounterInfo

Collected counter information.

org.hildan.chrome.devtools.domains.profiler.CoverageRange

Coverage data for a source range.

org.hildan.chrome.devtools.domains.target.CreateBrowserContextRequest

Request object containing input parameters for the TargetDomain.createBrowserContext command.

org.hildan.chrome.devtools.domains.target.CreateBrowserContextResponse

Response type for the TargetDomain.createBrowserContext command.

org.hildan.chrome.devtools.domains.page.CreateIsolatedWorldRequest

Request object containing input parameters for the PageDomain.createIsolatedWorld command.

org.hildan.chrome.devtools.domains.page.CreateIsolatedWorldResponse

Response type for the PageDomain.createIsolatedWorld command.

org.hildan.chrome.devtools.domains.css.CreateStyleSheetRequest

Request object containing input parameters for the CSSDomain.createStyleSheet command.

org.hildan.chrome.devtools.domains.css.CreateStyleSheetResponse

Response type for the CSSDomain.createStyleSheet command.

org.hildan.chrome.devtools.domains.target.CreateTargetRequest

Request object containing input parameters for the TargetDomain.createTarget command.

org.hildan.chrome.devtools.domains.target.CreateTargetResponse

Response type for the TargetDomain.createTarget command.

org.hildan.chrome.devtools.domains.webauthn.Credential

Official doc

org.hildan.chrome.devtools.domains.network.CrossOriginEmbedderPolicyStatus

Official doc

org.hildan.chrome.devtools.domains.network.CrossOriginEmbedderPolicyValue

Official doc

org.hildan.chrome.devtools.domains.page.CrossOriginIsolatedContextType

Indicates whether the frame is cross-origin isolated and why it is the case.

org.hildan.chrome.devtools.domains.network.CrossOriginOpenerPolicyStatus

Official doc

org.hildan.chrome.devtools.domains.network.CrossOriginOpenerPolicyValue

Official doc

org.hildan.chrome.devtools.domains.domdebugger.CSPViolationType

CSP Violation type.

org.hildan.chrome.devtools.domains.css.CSSComputedStyleProperty

Official doc

org.hildan.chrome.devtools.domains.dom.CSSComputedStyleProperty

Official doc

org.hildan.chrome.devtools.domains.css.CSSDomain

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.

org.hildan.chrome.devtools.domains.css.events.CSSEvent
org.hildan.chrome.devtools.domains.css.CSSKeyframeRule

CSS keyframe rule representation.

org.hildan.chrome.devtools.domains.css.CSSKeyframesRule

CSS keyframes rule representation.

org.hildan.chrome.devtools.domains.css.CSSMedia

CSS media rule descriptor.

org.hildan.chrome.devtools.domains.css.CSSProperty

CSS property declaration data.

org.hildan.chrome.devtools.domains.css.CSSRule

CSS rule representation.

org.hildan.chrome.devtools.domains.css.CSSStyle

CSS style representation.

org.hildan.chrome.devtools.domains.css.CSSStyleSheetHeader

CSS stylesheet metainformation.

org.hildan.chrome.devtools.domains.webauthn.Ctap2Version

Official doc

org.hildan.chrome.devtools.domains.runtime.CustomPreview

Official doc

org.hildan.chrome.devtools.domains.database.Database

Database object.

org.hildan.chrome.devtools.domains.database.DatabaseDomain

Official doc

org.hildan.chrome.devtools.domains.database.events.DatabaseEvent
org.hildan.chrome.devtools.domains.database.DatabaseId

Unique identifier of Database object.

org.hildan.chrome.devtools.domains.indexeddb.DatabaseWithObjectStores

Database with an array of object stores.

org.hildan.chrome.devtools.domains.cachestorage.DataEntry

Data entry.

org.hildan.chrome.devtools.domains.indexeddb.DataEntry

Data entry.

org.hildan.chrome.devtools.domains.debugger.DebuggerDomain

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

org.hildan.chrome.devtools.domains.debugger.events.DebuggerEvent
org.hildan.chrome.devtools.domains.debugger.DebugSymbols

Debug symbols available for a wasm script.

org.hildan.chrome.devtools.domains.cachestorage.DeleteCacheRequest

Request object containing input parameters for the CacheStorageDomain.deleteCache command.

org.hildan.chrome.devtools.domains.page.DeleteCookieRequest

Request object containing input parameters for the PageDomain.deleteCookie command.

org.hildan.chrome.devtools.domains.network.DeleteCookiesRequest

Request object containing input parameters for the NetworkDomain.deleteCookies command.

org.hildan.chrome.devtools.domains.indexeddb.DeleteDatabaseRequest

Request object containing input parameters for the IndexedDBDomain.deleteDatabase command.

org.hildan.chrome.devtools.domains.cachestorage.DeleteEntryRequest

Request object containing input parameters for the CacheStorageDomain.deleteEntry command.

org.hildan.chrome.devtools.domains.indexeddb.DeleteObjectStoreEntriesRequest

Request object containing input parameters for the IndexedDBDomain.deleteObjectStoreEntries command.

org.hildan.chrome.devtools.domains.serviceworker.DeliverPushMessageRequest

Request object containing input parameters for the ServiceWorkerDomain.deliverPushMessage command.

org.hildan.chrome.devtools.domains.dom.DescribeNodeRequest

Request object containing input parameters for the DOMDomain.describeNode command.

org.hildan.chrome.devtools.domains.dom.DescribeNodeResponse

Response type for the DOMDomain.describeNode command.

org.hildan.chrome.devtools.domains.target.DetachFromTargetRequest

Request object containing input parameters for the TargetDomain.detachFromTarget command.

org.hildan.chrome.devtools.domains.deviceorientation.DeviceOrientationDomain

Official doc

org.hildan.chrome.devtools.domains.page.DialogType

Javascript dialog type.

org.hildan.chrome.devtools.domains.emulation.DisabledImageType

Enum of image types that can be disabled.

org.hildan.chrome.devtools.domains.dom.DiscardSearchResultsRequest

Request object containing input parameters for the DOMDomain.discardSearchResults command.

org.hildan.chrome.devtools.domains.input.DispatchKeyEventRequest

Request object containing input parameters for the InputDomain.dispatchKeyEvent command.

org.hildan.chrome.devtools.domains.input.DispatchMouseEventRequest

Request object containing input parameters for the InputDomain.dispatchMouseEvent command.

org.hildan.chrome.devtools.domains.serviceworker.DispatchPeriodicSyncEventRequest

Request object containing input parameters for the ServiceWorkerDomain.dispatchPeriodicSyncEvent command.

org.hildan.chrome.devtools.domains.serviceworker.DispatchSyncEventRequest

Request object containing input parameters for the ServiceWorkerDomain.dispatchSyncEvent command.

org.hildan.chrome.devtools.domains.input.DispatchTouchEventRequest

Request object containing input parameters for the InputDomain.dispatchTouchEvent command.

org.hildan.chrome.devtools.domains.emulation.DisplayFeature

Official doc

org.hildan.chrome.devtools.domains.target.DisposeBrowserContextRequest

Request object containing input parameters for the TargetDomain.disposeBrowserContext command.

org.hildan.chrome.devtools.domains.domsnapshot.DocumentSnapshot

Document snapshot.

org.hildan.chrome.devtools.domains.schema.Domain

Description of the protocol domain.

org.hildan.chrome.devtools.domains.domdebugger.DOMBreakpointType

DOM breakpoint type.

org.hildan.chrome.devtools.domains.domdebugger.DOMDebuggerDomain

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.

org.hildan.chrome.devtools.domains.dom.DOMDomain

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.

org.hildan.chrome.devtools.domains.dom.events.DOMEvent
org.hildan.chrome.devtools.domains.domsnapshot.DOMNode

A Node in the DOM tree.

org.hildan.chrome.devtools.domains.domsnapshot.DOMSnapshotDomain

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

org.hildan.chrome.devtools.domains.domstorage.DOMStorageDomain

Query and modify DOM storage.

org.hildan.chrome.devtools.domains.domstorage.events.DOMStorageEvent
org.hildan.chrome.devtools.domains.network.EmulateNetworkConditionsRequest

Request object containing input parameters for the NetworkDomain.emulateNetworkConditions command.

org.hildan.chrome.devtools.domains.input.EmulateTouchFromMouseEventRequest

Request object containing input parameters for the InputDomain.emulateTouchFromMouseEvent command.

org.hildan.chrome.devtools.domains.emulation.EmulationDomain

This domain emulates different environments for the page.

org.hildan.chrome.devtools.domains.emulation.events.EmulationEvent
org.hildan.chrome.devtools.domains.cast.EnableRequest

Request object containing input parameters for the CastDomain.enable command.

org.hildan.chrome.devtools.domains.debugger.EnableRequest

Request object containing input parameters for the DebuggerDomain.enable command.

org.hildan.chrome.devtools.domains.fetch.EnableRequest

Request object containing input parameters for the FetchDomain.enable command.

org.hildan.chrome.devtools.domains.network.EnableRequest

Request object containing input parameters for the NetworkDomain.enable command.

org.hildan.chrome.devtools.domains.performance.EnableRequest

Request object containing input parameters for the PerformanceDomain.enable command.

org.hildan.chrome.devtools.domains.debugger.EnableResponse

Response type for the DebuggerDomain.enable command.

org.hildan.chrome.devtools.domains.runtime.EntryPreview

Official doc

org.hildan.chrome.devtools.domains.database.Error

Database error.

org.hildan.chrome.devtools.domains.network.ErrorReason

Network level fetch failure reason.

org.hildan.chrome.devtools.domains.debugger.EvaluateOnCallFrameRequest

Request object containing input parameters for the DebuggerDomain.evaluateOnCallFrame command.

org.hildan.chrome.devtools.domains.debugger.EvaluateOnCallFrameResponse

Response type for the DebuggerDomain.evaluateOnCallFrame command.

org.hildan.chrome.devtools.domains.runtime.EvaluateRequest

Request object containing input parameters for the RuntimeDomain.evaluate command.

org.hildan.chrome.devtools.domains.runtime.EvaluateResponse

Response type for the RuntimeDomain.evaluate command.

org.hildan.chrome.devtools.domains.domdebugger.EventListener

Object event listener.

org.hildan.chrome.devtools.domains.backgroundservice.EventMetadata

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

org.hildan.chrome.devtools.domains.runtime.ExceptionDetails

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

org.hildan.chrome.devtools.domains.browser.ExecuteBrowserCommandRequest

Request object containing input parameters for the BrowserDomain.executeBrowserCommand command.

org.hildan.chrome.devtools.domains.database.ExecuteSQLRequest

Request object containing input parameters for the DatabaseDomain.executeSQL command.

org.hildan.chrome.devtools.domains.database.ExecuteSQLResponse

Response type for the DatabaseDomain.executeSQL command.

org.hildan.chrome.devtools.domains.debugger.ExecuteWasmEvaluatorRequest

Request object containing input parameters for the DebuggerDomain.executeWasmEvaluator command.

org.hildan.chrome.devtools.domains.debugger.ExecuteWasmEvaluatorResponse

Response type for the DebuggerDomain.executeWasmEvaluator command.

org.hildan.chrome.devtools.domains.runtime.ExecutionContextDescription

Description of an isolated world.

org.hildan.chrome.devtools.domains.runtime.ExecutionContextId

Id of an execution context.

org.hildan.chrome.devtools.protocol.ExperimentalChromeApi

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

org.hildan.chrome.devtools.domains.target.ExposeDevToolsProtocolRequest

Request object containing input parameters for the TargetDomain.exposeDevToolsProtocol command.

org.hildan.chrome.devtools.domains.fetch.FailRequestRequest

Request object containing input parameters for the FetchDomain.failRequest command.

org.hildan.chrome.devtools.domains.fetch.FetchDomain

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

org.hildan.chrome.devtools.domains.fetch.events.FetchEvent
org.hildan.chrome.devtools.domains.overlay.FlexContainerHighlightConfig

Configuration data for the highlighting of Flex container elements.

org.hildan.chrome.devtools.domains.overlay.FlexNodeHighlightConfig

Official doc

org.hildan.chrome.devtools.domains.dom.FocusRequest

Request object containing input parameters for the DOMDomain.focus command.

org.hildan.chrome.devtools.domains.css.FontFace

Properties of a web font: https://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions and additional information such as platformFontFamily and fontVariationAxes.

org.hildan.chrome.devtools.domains.page.FontFamilies

Generic font families collection.

org.hildan.chrome.devtools.domains.page.FontSizes

Default font sizes.

org.hildan.chrome.devtools.domains.css.FontVariationAxis

Information about font variation axes for variable fonts

org.hildan.chrome.devtools.domains.css.ForcePseudoStateRequest

Request object containing input parameters for the CSSDomain.forcePseudoState command.

org.hildan.chrome.devtools.domains.page.Frame

Information about the Frame on the page.

org.hildan.chrome.devtools.domains.page.FrameId

Unique frame identifier.

org.hildan.chrome.devtools.domains.page.FrameResource

Information about the Resource on the page.

org.hildan.chrome.devtools.domains.page.FrameResourceTree

Information about the Frame hierarchy along with their cached resources.

org.hildan.chrome.devtools.domains.page.FrameTree

Information about the Frame hierarchy.

org.hildan.chrome.devtools.domains.applicationcache.FrameWithManifest

Frame identifier - manifest URL pair.

org.hildan.chrome.devtools.domains.fetch.FulfillRequestRequest

Request object containing input parameters for the FetchDomain.fulfillRequest command.

org.hildan.chrome.devtools.domains.profiler.FunctionCoverage

Coverage data for a JavaScript function.

org.hildan.chrome.devtools.domains.page.GatedAPIFeatures

Official doc

org.hildan.chrome.devtools.domains.page.GenerateTestReportRequest

Request object containing input parameters for the PageDomain.generateTestReport command.

org.hildan.chrome.devtools.domains.input.GestureSourceType

Official doc

org.hildan.chrome.devtools.domains.network.GetAllCookiesResponse

Response type for the NetworkDomain.getAllCookies command.

org.hildan.chrome.devtools.domains.memory.GetAllTimeSamplingProfileResponse

Response type for the MemoryDomain.getAllTimeSamplingProfile command.

org.hildan.chrome.devtools.domains.applicationcache.GetApplicationCacheForFrameRequest

Request object containing input parameters for the ApplicationCacheDomain.getApplicationCacheForFrame command.

org.hildan.chrome.devtools.domains.applicationcache.GetApplicationCacheForFrameResponse

Response type for the ApplicationCacheDomain.getApplicationCacheForFrame command.

org.hildan.chrome.devtools.domains.page.GetAppManifestResponse

Response type for the PageDomain.getAppManifest command.

org.hildan.chrome.devtools.domains.dom.GetAttributesRequest

Request object containing input parameters for the DOMDomain.getAttributes command.

org.hildan.chrome.devtools.domains.dom.GetAttributesResponse

Response type for the DOMDomain.getAttributes command.

org.hildan.chrome.devtools.domains.css.GetBackgroundColorsRequest

Request object containing input parameters for the CSSDomain.getBackgroundColors command.

org.hildan.chrome.devtools.domains.css.GetBackgroundColorsResponse

Response type for the CSSDomain.getBackgroundColors command.

org.hildan.chrome.devtools.domains.profiler.GetBestEffortCoverageResponse

Response type for the ProfilerDomain.getBestEffortCoverage command.

org.hildan.chrome.devtools.domains.dom.GetBoxModelRequest

Request object containing input parameters for the DOMDomain.getBoxModel command.

org.hildan.chrome.devtools.domains.dom.GetBoxModelResponse

Response type for the DOMDomain.getBoxModel command.

org.hildan.chrome.devtools.domains.browser.GetBrowserCommandLineResponse

Response type for the BrowserDomain.getBrowserCommandLine command.

org.hildan.chrome.devtools.domains.target.GetBrowserContextsResponse

Response type for the TargetDomain.getBrowserContexts command.

org.hildan.chrome.devtools.domains.memory.GetBrowserSamplingProfileResponse

Response type for the MemoryDomain.getBrowserSamplingProfile command.

org.hildan.chrome.devtools.domains.tracing.GetCategoriesResponse

Response type for the TracingDomain.getCategories command.

org.hildan.chrome.devtools.domains.network.GetCertificateRequest

Request object containing input parameters for the NetworkDomain.getCertificate command.

org.hildan.chrome.devtools.domains.network.GetCertificateResponse

Response type for the NetworkDomain.getCertificate command.

org.hildan.chrome.devtools.domains.accessibility.GetChildAXNodesRequest

Request object containing input parameters for the AccessibilityDomain.getChildAXNodes command.

org.hildan.chrome.devtools.domains.accessibility.GetChildAXNodesResponse

Response type for the AccessibilityDomain.getChildAXNodes command.

org.hildan.chrome.devtools.domains.css.GetComputedStyleForNodeRequest

Request object containing input parameters for the CSSDomain.getComputedStyleForNode command.

org.hildan.chrome.devtools.domains.css.GetComputedStyleForNodeResponse

Response type for the CSSDomain.getComputedStyleForNode command.

org.hildan.chrome.devtools.domains.dom.GetContentQuadsRequest

Request object containing input parameters for the DOMDomain.getContentQuads command.

org.hildan.chrome.devtools.domains.dom.GetContentQuadsResponse

Response type for the DOMDomain.getContentQuads command.

org.hildan.chrome.devtools.domains.network.GetCookiesRequest

Request object containing input parameters for the NetworkDomain.getCookies command.

org.hildan.chrome.devtools.domains.storage.GetCookiesRequest

Request object containing input parameters for the StorageDomain.getCookies command.

org.hildan.chrome.devtools.domains.network.GetCookiesResponse

Response type for the NetworkDomain.getCookies command.

org.hildan.chrome.devtools.domains.page.GetCookiesResponse

Response type for the PageDomain.getCookies command.

org.hildan.chrome.devtools.domains.storage.GetCookiesResponse

Response type for the StorageDomain.getCookies command.

org.hildan.chrome.devtools.domains.profiler.GetCountersResponse

Response type for the ProfilerDomain.getCounters command.

org.hildan.chrome.devtools.domains.webauthn.GetCredentialRequest

Request object containing input parameters for the WebAuthnDomain.getCredential command.

org.hildan.chrome.devtools.domains.webauthn.GetCredentialResponse

Response type for the WebAuthnDomain.getCredential command.

org.hildan.chrome.devtools.domains.webauthn.GetCredentialsRequest

Request object containing input parameters for the WebAuthnDomain.getCredentials command.

org.hildan.chrome.devtools.domains.webauthn.GetCredentialsResponse

Response type for the WebAuthnDomain.getCredentials command.

org.hildan.chrome.devtools.domains.animation.GetCurrentTimeRequest

Request object containing input parameters for the AnimationDomain.getCurrentTime command.

org.hildan.chrome.devtools.domains.animation.GetCurrentTimeResponse

Response type for the AnimationDomain.getCurrentTime command.

org.hildan.chrome.devtools.domains.database.GetDatabaseTableNamesRequest

Request object containing input parameters for the DatabaseDomain.getDatabaseTableNames command.

org.hildan.chrome.devtools.domains.database.GetDatabaseTableNamesResponse

Response type for the DatabaseDomain.getDatabaseTableNames command.

org.hildan.chrome.devtools.domains.dom.GetDocumentRequest

Request object containing input parameters for the DOMDomain.getDocument command.

org.hildan.chrome.devtools.domains.dom.GetDocumentResponse

Response type for the DOMDomain.getDocument command.

org.hildan.chrome.devtools.domains.schema.GetDomainsResponse

Response type for the SchemaDomain.getDomains command.

org.hildan.chrome.devtools.domains.memory.GetDOMCountersResponse

Response type for the MemoryDomain.getDOMCounters command.

org.hildan.chrome.devtools.domains.domstorage.GetDOMStorageItemsRequest

Request object containing input parameters for the DOMStorageDomain.getDOMStorageItems command.

org.hildan.chrome.devtools.domains.domstorage.GetDOMStorageItemsResponse

Response type for the DOMStorageDomain.getDOMStorageItems command.

org.hildan.chrome.devtools.domains.audits.GetEncodedResponseRequest

Request object containing input parameters for the AuditsDomain.getEncodedResponse command.

org.hildan.chrome.devtools.domains.audits.GetEncodedResponseResponse

Response type for the AuditsDomain.getEncodedResponse command.

org.hildan.chrome.devtools.domains.domdebugger.GetEventListenersRequest

Request object containing input parameters for the DOMDebuggerDomain.getEventListeners command.

org.hildan.chrome.devtools.domains.domdebugger.GetEventListenersResponse

Response type for the DOMDebuggerDomain.getEventListeners command.

org.hildan.chrome.devtools.domains.dom.GetFileInfoRequest

Request object containing input parameters for the DOMDomain.getFileInfo command.

org.hildan.chrome.devtools.domains.dom.GetFileInfoResponse

Response type for the DOMDomain.getFileInfo command.

org.hildan.chrome.devtools.domains.dom.GetFlattenedDocumentRequest

Request object containing input parameters for the DOMDomain.getFlattenedDocument command.

org.hildan.chrome.devtools.domains.dom.GetFlattenedDocumentResponse

Response type for the DOMDomain.getFlattenedDocument command.

org.hildan.chrome.devtools.domains.dom.GetFrameOwnerRequest

Request object containing input parameters for the DOMDomain.getFrameOwner command.

org.hildan.chrome.devtools.domains.dom.GetFrameOwnerResponse

Response type for the DOMDomain.getFrameOwner command.

org.hildan.chrome.devtools.domains.applicationcache.GetFramesWithManifestsResponse

Response type for the ApplicationCacheDomain.getFramesWithManifests command.

org.hildan.chrome.devtools.domains.page.GetFrameTreeResponse

Response type for the PageDomain.getFrameTree command.

org.hildan.chrome.devtools.domains.accessibility.GetFullAXTreeRequest

Request object containing input parameters for the AccessibilityDomain.getFullAXTree command.

org.hildan.chrome.devtools.domains.accessibility.GetFullAXTreeResponse

Response type for the AccessibilityDomain.getFullAXTree command.

org.hildan.chrome.devtools.domains.overlay.GetGridHighlightObjectsForTestRequest

Request object containing input parameters for the OverlayDomain.getGridHighlightObjectsForTest command.

org.hildan.chrome.devtools.domains.overlay.GetGridHighlightObjectsForTestResponse

Response type for the OverlayDomain.getGridHighlightObjectsForTest command.

org.hildan.chrome.devtools.domains.heapprofiler.GetHeapObjectIdRequest

Request object containing input parameters for the HeapProfilerDomain.getHeapObjectId command.

org.hildan.chrome.devtools.domains.heapprofiler.GetHeapObjectIdResponse

Response type for the HeapProfilerDomain.getHeapObjectId command.

org.hildan.chrome.devtools.domains.runtime.GetHeapUsageResponse

Response type for the RuntimeDomain.getHeapUsage command.

org.hildan.chrome.devtools.domains.overlay.GetHighlightObjectForTestRequest

Request object containing input parameters for the OverlayDomain.getHighlightObjectForTest command.

org.hildan.chrome.devtools.domains.overlay.GetHighlightObjectForTestResponse

Response type for the OverlayDomain.getHighlightObjectForTest command.

org.hildan.chrome.devtools.domains.browser.GetHistogramRequest

Request object containing input parameters for the BrowserDomain.getHistogram command.

org.hildan.chrome.devtools.domains.browser.GetHistogramResponse

Response type for the BrowserDomain.getHistogram command.

org.hildan.chrome.devtools.domains.browser.GetHistogramsRequest

Request object containing input parameters for the BrowserDomain.getHistograms command.

org.hildan.chrome.devtools.domains.browser.GetHistogramsResponse

Response type for the BrowserDomain.getHistograms command.

org.hildan.chrome.devtools.domains.systeminfo.GetInfoResponse

Response type for the SystemInfoDomain.getInfo command.

org.hildan.chrome.devtools.domains.css.GetInlineStylesForNodeRequest

Request object containing input parameters for the CSSDomain.getInlineStylesForNode command.

org.hildan.chrome.devtools.domains.css.GetInlineStylesForNodeResponse

Response type for the CSSDomain.getInlineStylesForNode command.

org.hildan.chrome.devtools.domains.page.GetInstallabilityErrorsResponse

Response type for the PageDomain.getInstallabilityErrors command.

org.hildan.chrome.devtools.domains.runtime.GetIsolateIdResponse

Response type for the RuntimeDomain.getIsolateId command.

org.hildan.chrome.devtools.domains.page.GetLayoutMetricsResponse

Response type for the PageDomain.getLayoutMetrics command.

org.hildan.chrome.devtools.domains.applicationcache.GetManifestForFrameRequest

Request object containing input parameters for the ApplicationCacheDomain.getManifestForFrame command.

org.hildan.chrome.devtools.domains.applicationcache.GetManifestForFrameResponse

Response type for the ApplicationCacheDomain.getManifestForFrame command.

org.hildan.chrome.devtools.domains.page.GetManifestIconsResponse

Response type for the PageDomain.getManifestIcons command.

org.hildan.chrome.devtools.domains.css.GetMatchedStylesForNodeRequest

Request object containing input parameters for the CSSDomain.getMatchedStylesForNode command.

org.hildan.chrome.devtools.domains.css.GetMatchedStylesForNodeResponse

Response type for the CSSDomain.getMatchedStylesForNode command.

org.hildan.chrome.devtools.domains.css.GetMediaQueriesResponse

Response type for the CSSDomain.getMediaQueries command.

org.hildan.chrome.devtools.domains.indexeddb.GetMetadataRequest

Request object containing input parameters for the IndexedDBDomain.getMetadata command.

org.hildan.chrome.devtools.domains.indexeddb.GetMetadataResponse

Response type for the IndexedDBDomain.getMetadata command.

org.hildan.chrome.devtools.domains.performance.GetMetricsResponse

Response type for the PerformanceDomain.getMetrics command.

org.hildan.chrome.devtools.domains.page.GetNavigationHistoryResponse

Response type for the PageDomain.getNavigationHistory command.

org.hildan.chrome.devtools.domains.dom.GetNodeForLocationRequest

Request object containing input parameters for the DOMDomain.getNodeForLocation command.

org.hildan.chrome.devtools.domains.dom.GetNodeForLocationResponse

Response type for the DOMDomain.getNodeForLocation command.

org.hildan.chrome.devtools.domains.dom.GetNodesForSubtreeByStyleRequest

Request object containing input parameters for the DOMDomain.getNodesForSubtreeByStyle command.

org.hildan.chrome.devtools.domains.dom.GetNodesForSubtreeByStyleResponse

Response type for the DOMDomain.getNodesForSubtreeByStyle command.

org.hildan.chrome.devtools.domains.dom.GetNodeStackTracesRequest

Request object containing input parameters for the DOMDomain.getNodeStackTraces command.

org.hildan.chrome.devtools.domains.dom.GetNodeStackTracesResponse

Response type for the DOMDomain.getNodeStackTraces command.

org.hildan.chrome.devtools.domains.heapprofiler.GetObjectByHeapObjectIdRequest

Request object containing input parameters for the HeapProfilerDomain.getObjectByHeapObjectId command.

org.hildan.chrome.devtools.domains.heapprofiler.GetObjectByHeapObjectIdResponse

Response type for the HeapProfilerDomain.getObjectByHeapObjectId command.

org.hildan.chrome.devtools.domains.dom.GetOuterHTMLRequest

Request object containing input parameters for the DOMDomain.getOuterHTML command.

org.hildan.chrome.devtools.domains.dom.GetOuterHTMLResponse

Response type for the DOMDomain.getOuterHTML command.

org.hildan.chrome.devtools.domains.accessibility.GetPartialAXTreeRequest

Request object containing input parameters for the AccessibilityDomain.getPartialAXTree command.

org.hildan.chrome.devtools.domains.accessibility.GetPartialAXTreeResponse

Response type for the AccessibilityDomain.getPartialAXTree command.

org.hildan.chrome.devtools.domains.css.GetPlatformFontsForNodeRequest

Request object containing input parameters for the CSSDomain.getPlatformFontsForNode command.

org.hildan.chrome.devtools.domains.css.GetPlatformFontsForNodeResponse

Response type for the CSSDomain.getPlatformFontsForNode command.

org.hildan.chrome.devtools.domains.animation.GetPlaybackRateResponse

Response type for the AnimationDomain.getPlaybackRate command.

org.hildan.chrome.devtools.domains.debugger.GetPossibleBreakpointsRequest

Request object containing input parameters for the DebuggerDomain.getPossibleBreakpoints command.

org.hildan.chrome.devtools.domains.debugger.GetPossibleBreakpointsResponse

Response type for the DebuggerDomain.getPossibleBreakpoints command.

org.hildan.chrome.devtools.domains.systeminfo.GetProcessInfoResponse

Response type for the SystemInfoDomain.getProcessInfo command.

org.hildan.chrome.devtools.domains.runtime.GetPropertiesRequest

Request object containing input parameters for the RuntimeDomain.getProperties command.

org.hildan.chrome.devtools.domains.runtime.GetPropertiesResponse

Response type for the RuntimeDomain.getProperties command.

org.hildan.chrome.devtools.domains.webaudio.GetRealtimeDataRequest

Request object containing input parameters for the WebAudioDomain.getRealtimeData command.

org.hildan.chrome.devtools.domains.webaudio.GetRealtimeDataResponse

Response type for the WebAudioDomain.getRealtimeData command.

org.hildan.chrome.devtools.domains.dom.GetRelayoutBoundaryRequest

Request object containing input parameters for the DOMDomain.getRelayoutBoundary command.

org.hildan.chrome.devtools.domains.dom.GetRelayoutBoundaryResponse

Response type for the DOMDomain.getRelayoutBoundary command.

org.hildan.chrome.devtools.domains.network.GetRequestPostDataRequest

Request object containing input parameters for the NetworkDomain.getRequestPostData command.

org.hildan.chrome.devtools.domains.network.GetRequestPostDataResponse

Response type for the NetworkDomain.getRequestPostData command.

org.hildan.chrome.devtools.domains.page.GetResourceContentRequest

Request object containing input parameters for the PageDomain.getResourceContent command.

org.hildan.chrome.devtools.domains.page.GetResourceContentResponse

Response type for the PageDomain.getResourceContent command.

org.hildan.chrome.devtools.domains.page.GetResourceTreeResponse

Response type for the PageDomain.getResourceTree command.

org.hildan.chrome.devtools.domains.network.GetResponseBodyForInterceptionRequest

Request object containing input parameters for the NetworkDomain.getResponseBodyForInterception command.

org.hildan.chrome.devtools.domains.network.GetResponseBodyForInterceptionResponse

Response type for the NetworkDomain.getResponseBodyForInterception command.

org.hildan.chrome.devtools.domains.fetch.GetResponseBodyRequest

Request object containing input parameters for the FetchDomain.getResponseBody command.

org.hildan.chrome.devtools.domains.network.GetResponseBodyRequest

Request object containing input parameters for the NetworkDomain.getResponseBody command.

org.hildan.chrome.devtools.domains.fetch.GetResponseBodyResponse

Response type for the FetchDomain.getResponseBody command.

org.hildan.chrome.devtools.domains.network.GetResponseBodyResponse

Response type for the NetworkDomain.getResponseBody command.

org.hildan.chrome.devtools.domains.profiler.GetRuntimeCallStatsResponse

Response type for the ProfilerDomain.getRuntimeCallStats command.

org.hildan.chrome.devtools.domains.heapprofiler.GetSamplingProfileResponse

Response type for the HeapProfilerDomain.getSamplingProfile command.

org.hildan.chrome.devtools.domains.memory.GetSamplingProfileResponse

Response type for the MemoryDomain.getSamplingProfile command.

org.hildan.chrome.devtools.domains.debugger.GetScriptSourceRequest

Request object containing input parameters for the DebuggerDomain.getScriptSource command.

org.hildan.chrome.devtools.domains.debugger.GetScriptSourceResponse

Response type for the DebuggerDomain.getScriptSource command.

org.hildan.chrome.devtools.domains.dom.GetSearchResultsRequest

Request object containing input parameters for the DOMDomain.getSearchResults command.

org.hildan.chrome.devtools.domains.dom.GetSearchResultsResponse

Response type for the DOMDomain.getSearchResults command.

org.hildan.chrome.devtools.domains.network.GetSecurityIsolationStatusRequest

Request object containing input parameters for the NetworkDomain.getSecurityIsolationStatus command.

org.hildan.chrome.devtools.domains.network.GetSecurityIsolationStatusResponse

Response type for the NetworkDomain.getSecurityIsolationStatus command.

org.hildan.chrome.devtools.domains.domsnapshot.GetSnapshotRequest

Request object containing input parameters for the DOMSnapshotDomain.getSnapshot command.

org.hildan.chrome.devtools.domains.domsnapshot.GetSnapshotResponse

Response type for the DOMSnapshotDomain.getSnapshot command.

org.hildan.chrome.devtools.domains.overlay.GetSourceOrderHighlightObjectForTestRequest

Request object containing input parameters for the OverlayDomain.getSourceOrderHighlightObjectForTest command.

org.hildan.chrome.devtools.domains.overlay.GetSourceOrderHighlightObjectForTestResponse

Response type for the OverlayDomain.getSourceOrderHighlightObjectForTest command.

org.hildan.chrome.devtools.domains.debugger.GetStackTraceRequest

Request object containing input parameters for the DebuggerDomain.getStackTrace command.

org.hildan.chrome.devtools.domains.debugger.GetStackTraceResponse

Response type for the DebuggerDomain.getStackTrace command.

org.hildan.chrome.devtools.domains.css.GetStyleSheetTextRequest

Request object containing input parameters for the CSSDomain.getStyleSheetText command.

org.hildan.chrome.devtools.domains.css.GetStyleSheetTextResponse

Response type for the CSSDomain.getStyleSheetText command.

org.hildan.chrome.devtools.domains.target.GetTargetInfoRequest

Request object containing input parameters for the TargetDomain.getTargetInfo command.

org.hildan.chrome.devtools.domains.target.GetTargetInfoResponse

Response type for the TargetDomain.getTargetInfo command.

org.hildan.chrome.devtools.domains.target.GetTargetsResponse

Response type for the TargetDomain.getTargets command.

org.hildan.chrome.devtools.domains.storage.GetUsageAndQuotaRequest

Request object containing input parameters for the StorageDomain.getUsageAndQuota command.

org.hildan.chrome.devtools.domains.storage.GetUsageAndQuotaResponse

Response type for the StorageDomain.getUsageAndQuota command.

org.hildan.chrome.devtools.domains.browser.GetVersionResponse

Response type for the BrowserDomain.getVersion command.

org.hildan.chrome.devtools.domains.debugger.GetWasmBytecodeRequest

Request object containing input parameters for the DebuggerDomain.getWasmBytecode command.

org.hildan.chrome.devtools.domains.debugger.GetWasmBytecodeResponse

Response type for the DebuggerDomain.getWasmBytecode command.

org.hildan.chrome.devtools.domains.browser.GetWindowBoundsRequest

Request object containing input parameters for the BrowserDomain.getWindowBounds command.

org.hildan.chrome.devtools.domains.browser.GetWindowBoundsResponse

Response type for the BrowserDomain.getWindowBounds command.

org.hildan.chrome.devtools.domains.browser.GetWindowForTargetRequest

Request object containing input parameters for the BrowserDomain.getWindowForTarget command.

org.hildan.chrome.devtools.domains.browser.GetWindowForTargetResponse

Response type for the BrowserDomain.getWindowForTarget command.

org.hildan.chrome.devtools.domains.runtime.GlobalLexicalScopeNamesRequest

Request object containing input parameters for the RuntimeDomain.globalLexicalScopeNames command.

org.hildan.chrome.devtools.domains.runtime.GlobalLexicalScopeNamesResponse

Response type for the RuntimeDomain.globalLexicalScopeNames command.

org.hildan.chrome.devtools.domains.systeminfo.GPUDevice

Describes a single graphics processor (GPU).

org.hildan.chrome.devtools.domains.systeminfo.GPUInfo

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

org.hildan.chrome.devtools.domains.browser.GrantPermissionsRequest

Request object containing input parameters for the BrowserDomain.grantPermissions command.

org.hildan.chrome.devtools.domains.webaudio.GraphObjectId

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

org.hildan.chrome.devtools.domains.overlay.GridHighlightConfig

Configuration data for the highlighting of Grid elements.

org.hildan.chrome.devtools.domains.overlay.GridNodeHighlightConfig

Configurations for Persistent Grid Highlight

org.hildan.chrome.devtools.domains.security.HandleCertificateErrorRequest

Request object containing input parameters for the SecurityDomain.handleCertificateError command.

org.hildan.chrome.devtools.domains.page.HandleJavaScriptDialogRequest

Request object containing input parameters for the PageDomain.handleJavaScriptDialog command.

org.hildan.chrome.devtools.domains.cachestorage.Header

Official doc

org.hildan.chrome.devtools.domains.fetch.HeaderEntry

Response HTTP header entry

org.hildan.chrome.devtools.domains.network.Headers

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

org.hildan.chrome.devtools.domains.headlessexperimental.HeadlessExperimentalDomain

This domain provides experimental commands only supported in headless mode.

org.hildan.chrome.devtools.domains.headlessexperimental.events.HeadlessExperimentalEvent
org.hildan.chrome.devtools.domains.heapprofiler.HeapProfilerDomain

Official doc

org.hildan.chrome.devtools.domains.heapprofiler.events.HeapProfilerEvent
org.hildan.chrome.devtools.domains.heapprofiler.HeapSnapshotObjectId

Heap snapshot object id.

org.hildan.chrome.devtools.domains.audits.HeavyAdIssueDetails

Official doc

org.hildan.chrome.devtools.domains.audits.HeavyAdReason

Official doc

org.hildan.chrome.devtools.domains.audits.HeavyAdResolutionStatus

Official doc

org.hildan.chrome.devtools.domains.overlay.HighlightConfig

Configuration data for the highlighting of page elements.

org.hildan.chrome.devtools.domains.overlay.HighlightFrameRequest

Request object containing input parameters for the OverlayDomain.highlightFrame command.

org.hildan.chrome.devtools.domains.overlay.HighlightNodeRequest

Request object containing input parameters for the OverlayDomain.highlightNode command.

org.hildan.chrome.devtools.domains.overlay.HighlightQuadRequest

Request object containing input parameters for the OverlayDomain.highlightQuad command.

org.hildan.chrome.devtools.domains.overlay.HighlightRectRequest

Request object containing input parameters for the OverlayDomain.highlightRect command.

org.hildan.chrome.devtools.domains.overlay.HighlightSourceOrderRequest

Request object containing input parameters for the OverlayDomain.highlightSourceOrder command.

org.hildan.chrome.devtools.domains.overlay.HingeConfig

Configuration for dual screen hinge

org.hildan.chrome.devtools.domains.browser.Histogram

Chrome histogram.

org.hildan.chrome.devtools.domains.systeminfo.ImageDecodeAcceleratorCapability

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

org.hildan.chrome.devtools.domains.systeminfo.ImageType

Image format of a given image.

org.hildan.chrome.devtools.domains.indexeddb.IndexedDBDomain

Official doc

org.hildan.chrome.devtools.domains.css.InheritedStyleEntry

Inherited CSS rule collection from ancestor node.

org.hildan.chrome.devtools.domains.network.Initiator

Information about the request initiator.

org.hildan.chrome.devtools.domains.domsnapshot.InlineTextBox

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

org.hildan.chrome.devtools.domains.input.InputDomain

Official doc

org.hildan.chrome.devtools.domains.security.InsecureContentStatus

Information about insecure content on the page.

org.hildan.chrome.devtools.domains.input.InsertTextRequest

Request object containing input parameters for the InputDomain.insertText command.

org.hildan.chrome.devtools.domains.overlay.InspectMode

Official doc

org.hildan.chrome.devtools.domains.inspector.InspectorDomain

Official doc

org.hildan.chrome.devtools.domains.inspector.events.InspectorEvent
org.hildan.chrome.devtools.domains.audits.InspectorIssue

An inspector issue reported from the back-end.

org.hildan.chrome.devtools.domains.audits.InspectorIssueCode

A unique identifier for the type of issue. Each type may use one of the optional fields in InspectorIssueDetails to convey more specific information about the kind of issue.

org.hildan.chrome.devtools.domains.audits.InspectorIssueDetails

This struct holds a list of optional fields with additional information specific to the kind of issue. When adding a new issue code, please also add a new optional field to this type.

org.hildan.chrome.devtools.domains.serviceworker.InspectWorkerRequest

Request object containing input parameters for the ServiceWorkerDomain.inspectWorker command.

org.hildan.chrome.devtools.domains.page.InstallabilityError

The installability error

org.hildan.chrome.devtools.domains.page.InstallabilityErrorArgument

Official doc

org.hildan.chrome.devtools.domains.network.InterceptionId

Unique intercepted request identifier.

org.hildan.chrome.devtools.domains.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.

org.hildan.chrome.devtools.domains.runtime.InternalPropertyDescriptor

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

org.hildan.chrome.devtools.domains.io.IODomain

Input/Output operations for streams produced by DevTools.

org.hildan.chrome.devtools.domains.network.IPAddressSpace

Official doc

org.hildan.chrome.devtools.domains.domstorage.Item

DOM Storage item.

org.hildan.chrome.devtools.domains.indexeddb.Key

Key.

org.hildan.chrome.devtools.domains.animation.KeyframesRule

Keyframes Rule

org.hildan.chrome.devtools.domains.animation.KeyframeStyle

Keyframe Style

org.hildan.chrome.devtools.domains.indexeddb.KeyPath

Key path.

org.hildan.chrome.devtools.domains.indexeddb.KeyRange

Key range.

org.hildan.chrome.devtools.domains.layertree.Layer

Information about a compositing layer.

org.hildan.chrome.devtools.domains.layertree.LayerId

Unique Layer identifier.

org.hildan.chrome.devtools.domains.layertree.LayerTreeDomain

Official doc

org.hildan.chrome.devtools.domains.layertree.events.LayerTreeEvent
org.hildan.chrome.devtools.domains.domsnapshot.LayoutTreeNode

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

org.hildan.chrome.devtools.domains.domsnapshot.LayoutTreeSnapshot

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

org.hildan.chrome.devtools.domains.page.LayoutViewport

Layout viewport position and dimensions.

org.hildan.chrome.devtools.domains.overlay.LineStyle

Style information for drawing a line.

org.hildan.chrome.devtools.domains.network.LoaderId

Unique loader identifier.

org.hildan.chrome.devtools.domains.network.LoadNetworkResourceOptions

An options object that may be extended later to better support CORS, CORB and streaming.

org.hildan.chrome.devtools.domains.network.LoadNetworkResourcePageResult

An object providing the result of a network resource load.

org.hildan.chrome.devtools.domains.network.LoadNetworkResourceRequest

Request object containing input parameters for the NetworkDomain.loadNetworkResource command.

org.hildan.chrome.devtools.domains.network.LoadNetworkResourceResponse

Response type for the NetworkDomain.loadNetworkResource command.

org.hildan.chrome.devtools.domains.layertree.LoadSnapshotRequest

Request object containing input parameters for the LayerTreeDomain.loadSnapshot command.

org.hildan.chrome.devtools.domains.layertree.LoadSnapshotResponse

Response type for the LayerTreeDomain.loadSnapshot command.

org.hildan.chrome.devtools.domains.debugger.Location

Location in the source code.

org.hildan.chrome.devtools.domains.debugger.LocationRange

Location range within one script.

org.hildan.chrome.devtools.domains.log.LogDomain

Provides access to log entries.

org.hildan.chrome.devtools.domains.log.LogEntry

Log entry.

org.hildan.chrome.devtools.domains.log.events.LogEvent
org.hildan.chrome.devtools.domains.layertree.MakeSnapshotRequest

Request object containing input parameters for the LayerTreeDomain.makeSnapshot command.

org.hildan.chrome.devtools.domains.layertree.MakeSnapshotResponse

Response type for the LayerTreeDomain.makeSnapshot command.

org.hildan.chrome.devtools.domains.media.MediaDomain

This domain allows detailed inspection of media elements

org.hildan.chrome.devtools.domains.media.events.MediaEvent
org.hildan.chrome.devtools.domains.emulation.MediaFeature

Official doc

org.hildan.chrome.devtools.domains.css.MediaQuery

Media query descriptor.

org.hildan.chrome.devtools.domains.css.MediaQueryExpression

Media query expression descriptor.

org.hildan.chrome.devtools.domains.memory.MemoryDomain

Official doc

org.hildan.chrome.devtools.domains.tracing.MemoryDumpConfig

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

org.hildan.chrome.devtools.domains.tracing.MemoryDumpLevelOfDetail

Details exposed when memory request explicitly declared. Keep consistent with memory_dump_request_args.h and memory_instrumentation.mojom

org.hildan.chrome.devtools.domains.performance.Metric

Run-time execution metric.

org.hildan.chrome.devtools.protocol.MissingResponse
org.hildan.chrome.devtools.domains.audits.MixedContentIssueDetails

Official doc

org.hildan.chrome.devtools.domains.audits.MixedContentResolutionStatus

Official doc

org.hildan.chrome.devtools.domains.audits.MixedContentResourceType

Official doc

org.hildan.chrome.devtools.domains.security.MixedContentType

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

org.hildan.chrome.devtools.domains.memory.Module

Executable module information

org.hildan.chrome.devtools.domains.network.MonotonicTime

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

org.hildan.chrome.devtools.domains.input.MouseButton

Official doc

org.hildan.chrome.devtools.domains.dom.MoveToRequest

Request object containing input parameters for the DOMDomain.moveTo command.

org.hildan.chrome.devtools.domains.dom.MoveToResponse

Response type for the DOMDomain.moveTo command.

org.hildan.chrome.devtools.domains.domsnapshot.NameValue

A name/value pair.

org.hildan.chrome.devtools.domains.page.NavigateRequest

Request object containing input parameters for the PageDomain.navigate command.

org.hildan.chrome.devtools.domains.page.NavigateResponse

Response type for the PageDomain.navigate command.

org.hildan.chrome.devtools.domains.page.NavigateToHistoryEntryRequest

Request object containing input parameters for the PageDomain.navigateToHistoryEntry command.

org.hildan.chrome.devtools.domains.page.NavigationEntry

Navigation history entry.

org.hildan.chrome.devtools.domains.network.NetworkDomain

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.

org.hildan.chrome.devtools.domains.network.events.NetworkEvent
org.hildan.chrome.devtools.domains.dom.Node

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

org.hildan.chrome.devtools.domains.dom.NodeId

Unique DOM node identifier.

org.hildan.chrome.devtools.domains.domsnapshot.NodeTreeSnapshot

Table containing nodes.

org.hildan.chrome.devtools.domains.webaudio.NodeType

Enum of AudioNode types

org.hildan.chrome.devtools.domains.runtime.ObjectPreview

Object containing abbreviated remote object value.

org.hildan.chrome.devtools.domains.indexeddb.ObjectStore

Object store.

org.hildan.chrome.devtools.domains.indexeddb.ObjectStoreIndex

Object store index.

org.hildan.chrome.devtools.domains.overlay.OverlayDomain

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

org.hildan.chrome.devtools.domains.overlay.events.OverlayEvent
org.hildan.chrome.devtools.domains.storage.OverrideQuotaForOriginRequest

Request object containing input parameters for the StorageDomain.overrideQuotaForOrigin command.

org.hildan.chrome.devtools.domains.page.PageDomain

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

org.hildan.chrome.devtools.domains.page.events.PageEvent
org.hildan.chrome.devtools.domains.layertree.PaintProfile

Array of timings, one per paint step.

org.hildan.chrome.devtools.domains.webaudio.ParamType

Enum of AudioParam types

org.hildan.chrome.devtools.domains.debugger.PauseOnAsyncCallRequest

Request object containing input parameters for the DebuggerDomain.pauseOnAsyncCall command.

org.hildan.chrome.devtools.domains.performance.PerformanceDomain

Official doc

org.hildan.chrome.devtools.domains.performance.events.PerformanceEvent
org.hildan.chrome.devtools.domains.dom.PerformSearchRequest

Request object containing input parameters for the DOMDomain.performSearch command.

org.hildan.chrome.devtools.domains.dom.PerformSearchResponse

Response type for the DOMDomain.performSearch command.

org.hildan.chrome.devtools.domains.browser.PermissionDescriptor

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

org.hildan.chrome.devtools.domains.browser.PermissionSetting

Official doc

org.hildan.chrome.devtools.domains.browser.PermissionType

Official doc

org.hildan.chrome.devtools.domains.layertree.PictureTile

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

org.hildan.chrome.devtools.domains.css.PlatformFontUsage

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

org.hildan.chrome.devtools.domains.media.PlayerError

Corresponds to kMediaError

org.hildan.chrome.devtools.domains.media.PlayerEvent

Corresponds to kMediaEventTriggered

org.hildan.chrome.devtools.domains.media.PlayerId

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

org.hildan.chrome.devtools.domains.media.PlayerMessage

Have one type per entry in MediaLogRecord::Type Corresponds to kMessage

org.hildan.chrome.devtools.domains.media.PlayerProperty

Corresponds to kMediaPropertyChange

org.hildan.chrome.devtools.domains.profiler.PositionTickInfo

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

org.hildan.chrome.devtools.domains.network.PostDataEntry

Post data entry for HTTP request

org.hildan.chrome.devtools.domains.memory.PressureLevel

Memory pressure level.

org.hildan.chrome.devtools.domains.page.PrintToPDFRequest

Request object containing input parameters for the PageDomain.printToPDF command.

org.hildan.chrome.devtools.domains.page.PrintToPDFResponse

Response type for the PageDomain.printToPDF command.

org.hildan.chrome.devtools.domains.network.PrivateNetworkRequestPolicy

Official doc

org.hildan.chrome.devtools.domains.runtime.PrivatePropertyDescriptor

Object private field descriptor.

org.hildan.chrome.devtools.domains.systeminfo.ProcessInfo

Represents process info.

org.hildan.chrome.devtools.domains.profiler.Profile

Profile.

org.hildan.chrome.devtools.domains.profiler.ProfileNode

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

org.hildan.chrome.devtools.domains.profiler.ProfilerDomain

Official doc

org.hildan.chrome.devtools.domains.profiler.events.ProfilerEvent
org.hildan.chrome.devtools.domains.layertree.ProfileSnapshotRequest

Request object containing input parameters for the LayerTreeDomain.profileSnapshot command.

org.hildan.chrome.devtools.domains.layertree.ProfileSnapshotResponse

Response type for the LayerTreeDomain.profileSnapshot command.

org.hildan.chrome.devtools.domains.runtime.PropertyDescriptor

Object property descriptor.

org.hildan.chrome.devtools.domains.runtime.PropertyPreview

Official doc

org.hildan.chrome.devtools.domains.css.PseudoElementMatches

CSS rule collection for a single pseudo style.

org.hildan.chrome.devtools.domains.dom.PseudoType

Pseudo element type.

org.hildan.chrome.devtools.domains.dom.PushNodeByPathToFrontendRequest

Request object containing input parameters for the DOMDomain.pushNodeByPathToFrontend command.

org.hildan.chrome.devtools.domains.dom.PushNodeByPathToFrontendResponse

Response type for the DOMDomain.pushNodeByPathToFrontend command.

org.hildan.chrome.devtools.domains.dom.PushNodesByBackendIdsToFrontendRequest

Request object containing input parameters for the DOMDomain.pushNodesByBackendIdsToFrontend command.

org.hildan.chrome.devtools.domains.dom.PushNodesByBackendIdsToFrontendResponse

Response type for the DOMDomain.pushNodesByBackendIdsToFrontend command.

org.hildan.chrome.devtools.domains.dom.Quad

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

org.hildan.chrome.devtools.domains.accessibility.QueryAXTreeRequest

Request object containing input parameters for the AccessibilityDomain.queryAXTree command.

org.hildan.chrome.devtools.domains.accessibility.QueryAXTreeResponse

Response type for the AccessibilityDomain.queryAXTree command.

org.hildan.chrome.devtools.domains.runtime.QueryObjectsRequest

Request object containing input parameters for the RuntimeDomain.queryObjects command.

org.hildan.chrome.devtools.domains.runtime.QueryObjectsResponse

Response type for the RuntimeDomain.queryObjects command.

org.hildan.chrome.devtools.domains.dom.QuerySelectorAllRequest

Request object containing input parameters for the DOMDomain.querySelectorAll command.

org.hildan.chrome.devtools.domains.dom.QuerySelectorAllResponse

Response type for the DOMDomain.querySelectorAll command.

org.hildan.chrome.devtools.domains.dom.QuerySelectorRequest

Request object containing input parameters for the DOMDomain.querySelector command.

org.hildan.chrome.devtools.domains.dom.QuerySelectorResponse

Response type for the DOMDomain.querySelector command.

org.hildan.chrome.devtools.domains.domsnapshot.RareBooleanData

Official doc

org.hildan.chrome.devtools.domains.domsnapshot.RareIntegerData

Official doc

org.hildan.chrome.devtools.domains.domsnapshot.RareStringData

Data that is only present on rare nodes.

org.hildan.chrome.devtools.domains.io.ReadRequest

Request object containing input parameters for the IODomain.read command.

org.hildan.chrome.devtools.domains.io.ReadResponse

Response type for the IODomain.read command.

org.hildan.chrome.devtools.domains.tracing.RecordClockSyncMarkerRequest

Request object containing input parameters for the TracingDomain.recordClockSyncMarker command.

org.hildan.chrome.devtools.domains.dom.Rect

Rectangle.

org.hildan.chrome.devtools.domains.domsnapshot.Rectangle

Official doc

org.hildan.chrome.devtools.domains.page.ReferrerPolicy

The referring-policy used for the navigation.

org.hildan.chrome.devtools.domains.serviceworker.RegistrationID

Official doc

org.hildan.chrome.devtools.domains.animation.ReleaseAnimationsRequest

Request object containing input parameters for the AnimationDomain.releaseAnimations command.

org.hildan.chrome.devtools.domains.runtime.ReleaseObjectGroupRequest

Request object containing input parameters for the RuntimeDomain.releaseObjectGroup command.

org.hildan.chrome.devtools.domains.runtime.ReleaseObjectRequest

Request object containing input parameters for the RuntimeDomain.releaseObject command.

org.hildan.chrome.devtools.domains.layertree.ReleaseSnapshotRequest

Request object containing input parameters for the LayerTreeDomain.releaseSnapshot command.

org.hildan.chrome.devtools.domains.page.ReloadRequest

Request object containing input parameters for the PageDomain.reload command.

org.hildan.chrome.devtools.domains.target.RemoteLocation

Official doc

org.hildan.chrome.devtools.domains.runtime.RemoteObject

Mirror object referencing original JavaScript object.

org.hildan.chrome.devtools.domains.runtime.RemoteObjectId

Unique object identifier.

org.hildan.chrome.devtools.domains.dom.RemoveAttributeRequest

Request object containing input parameters for the DOMDomain.removeAttribute command.

org.hildan.chrome.devtools.domains.runtime.RemoveBindingRequest

Request object containing input parameters for the RuntimeDomain.removeBinding command.

org.hildan.chrome.devtools.domains.debugger.RemoveBreakpointRequest

Request object containing input parameters for the DebuggerDomain.removeBreakpoint command.

org.hildan.chrome.devtools.domains.webauthn.RemoveCredentialRequest

Request object containing input parameters for the WebAuthnDomain.removeCredential command.

org.hildan.chrome.devtools.domains.domdebugger.RemoveDOMBreakpointRequest

Request object containing input parameters for the DOMDebuggerDomain.removeDOMBreakpoint command.

org.hildan.chrome.devtools.domains.domstorage.RemoveDOMStorageItemRequest

Request object containing input parameters for the DOMStorageDomain.removeDOMStorageItem command.

org.hildan.chrome.devtools.domains.domdebugger.RemoveEventListenerBreakpointRequest

Request object containing input parameters for the DOMDebuggerDomain.removeEventListenerBreakpoint command.

org.hildan.chrome.devtools.domains.domdebugger.RemoveInstrumentationBreakpointRequest

Request object containing input parameters for the DOMDebuggerDomain.removeInstrumentationBreakpoint command.

org.hildan.chrome.devtools.domains.dom.RemoveNodeRequest

Request object containing input parameters for the DOMDomain.removeNode command.

org.hildan.chrome.devtools.domains.page.RemoveScriptToEvaluateOnLoadRequest

Request object containing input parameters for the PageDomain.removeScriptToEvaluateOnLoad command.

org.hildan.chrome.devtools.domains.page.RemoveScriptToEvaluateOnNewDocumentRequest

Request object containing input parameters for the PageDomain.removeScriptToEvaluateOnNewDocument command.

org.hildan.chrome.devtools.domains.webauthn.RemoveVirtualAuthenticatorRequest

Request object containing input parameters for the WebAuthnDomain.removeVirtualAuthenticator command.

org.hildan.chrome.devtools.domains.domdebugger.RemoveXHRBreakpointRequest

Request object containing input parameters for the DOMDebuggerDomain.removeXHRBreakpoint command.

org.hildan.chrome.devtools.targets.RenderFrameTarget

Represents the available domain APIs in RenderFrame targets

org.hildan.chrome.devtools.domains.layertree.ReplaySnapshotRequest

Request object containing input parameters for the LayerTreeDomain.replaySnapshot command.

org.hildan.chrome.devtools.domains.layertree.ReplaySnapshotResponse

Response type for the LayerTreeDomain.replaySnapshot command.

org.hildan.chrome.devtools.domains.network.ReplayXHRRequest

Request object containing input parameters for the NetworkDomain.replayXHR command.

org.hildan.chrome.devtools.domains.network.Request

HTTP request data.

org.hildan.chrome.devtools.domains.cachestorage.RequestCachedResponseRequest

Request object containing input parameters for the CacheStorageDomain.requestCachedResponse command.

org.hildan.chrome.devtools.domains.cachestorage.RequestCachedResponseResponse

Response type for the CacheStorageDomain.requestCachedResponse command.

org.hildan.chrome.devtools.domains.cachestorage.RequestCacheNamesRequest

Request object containing input parameters for the CacheStorageDomain.requestCacheNames command.

org.hildan.chrome.devtools.domains.cachestorage.RequestCacheNamesResponse

Response type for the CacheStorageDomain.requestCacheNames command.

org.hildan.chrome.devtools.domains.dom.RequestChildNodesRequest

Request object containing input parameters for the DOMDomain.requestChildNodes command.

org.hildan.chrome.devtools.domains.indexeddb.RequestDatabaseNamesRequest

Request object containing input parameters for the IndexedDBDomain.requestDatabaseNames command.

org.hildan.chrome.devtools.domains.indexeddb.RequestDatabaseNamesResponse

Response type for the IndexedDBDomain.requestDatabaseNames command.

org.hildan.chrome.devtools.domains.indexeddb.RequestDatabaseRequest

Request object containing input parameters for the IndexedDBDomain.requestDatabase command.

org.hildan.chrome.devtools.domains.indexeddb.RequestDatabaseResponse

Response type for the IndexedDBDomain.requestDatabase command.

org.hildan.chrome.devtools.domains.indexeddb.RequestDataRequest

Request object containing input parameters for the IndexedDBDomain.requestData command.

org.hildan.chrome.devtools.domains.indexeddb.RequestDataResponse

Response type for the IndexedDBDomain.requestData command.

org.hildan.chrome.devtools.domains.cachestorage.RequestEntriesRequest

Request object containing input parameters for the CacheStorageDomain.requestEntries command.

org.hildan.chrome.devtools.domains.cachestorage.RequestEntriesResponse

Response type for the CacheStorageDomain.requestEntries command.

org.hildan.chrome.devtools.protocol.RequestError

Represents protocol error.

org.hildan.chrome.devtools.protocol.RequestFailed
org.hildan.chrome.devtools.protocol.RequestFrame

A request frame which can be sent to the server, as defined in the protocol's README

org.hildan.chrome.devtools.domains.fetch.RequestId

Unique request identifier.

org.hildan.chrome.devtools.domains.network.RequestId

Unique request identifier.

org.hildan.chrome.devtools.domains.tracing.RequestMemoryDumpRequest

Request object containing input parameters for the TracingDomain.requestMemoryDump command.

org.hildan.chrome.devtools.domains.tracing.RequestMemoryDumpResponse

Response type for the TracingDomain.requestMemoryDump command.

org.hildan.chrome.devtools.domains.dom.RequestNodeRequest

Request object containing input parameters for the DOMDomain.requestNode command.

org.hildan.chrome.devtools.domains.dom.RequestNodeResponse

Response type for the DOMDomain.requestNode command.

org.hildan.chrome.devtools.domains.fetch.RequestPattern

Official doc

org.hildan.chrome.devtools.domains.network.RequestPattern

Request pattern for interception.

org.hildan.chrome.devtools.domains.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.

org.hildan.chrome.devtools.domains.browser.ResetPermissionsRequest

Request object containing input parameters for the BrowserDomain.resetPermissions command.

org.hildan.chrome.devtools.domains.animation.ResolveAnimationRequest

Request object containing input parameters for the AnimationDomain.resolveAnimation command.

org.hildan.chrome.devtools.domains.animation.ResolveAnimationResponse

Response type for the AnimationDomain.resolveAnimation command.

org.hildan.chrome.devtools.domains.io.ResolveBlobRequest

Request object containing input parameters for the IODomain.resolveBlob command.

org.hildan.chrome.devtools.domains.io.ResolveBlobResponse

Response type for the IODomain.resolveBlob command.

org.hildan.chrome.devtools.domains.dom.ResolveNodeRequest

Request object containing input parameters for the DOMDomain.resolveNode command.

org.hildan.chrome.devtools.domains.dom.ResolveNodeResponse

Response type for the DOMDomain.resolveNode command.

org.hildan.chrome.devtools.domains.network.ResourcePriority

Loading priority of a resource request.

org.hildan.chrome.devtools.domains.network.ResourceTiming

Timing information for the request.

org.hildan.chrome.devtools.domains.network.ResourceType

Resource type as it was perceived by the rendering engine.

org.hildan.chrome.devtools.domains.network.Response

HTTP response data.

org.hildan.chrome.devtools.domains.debugger.RestartFrameRequest

Request object containing input parameters for the DebuggerDomain.restartFrame command.

org.hildan.chrome.devtools.domains.debugger.RestartFrameResponse

Response type for the DebuggerDomain.restartFrame command.

org.hildan.chrome.devtools.domains.debugger.ResumeRequest

Request object containing input parameters for the DebuggerDomain.resume command.

org.hildan.chrome.devtools.domains.dom.RGBA

A structure holding an RGBA color.

org.hildan.chrome.devtools.domains.css.RuleMatch

Match data for a CSS rule.

org.hildan.chrome.devtools.domains.css.RuleUsage

CSS coverage information.

org.hildan.chrome.devtools.domains.runtime.RunScriptRequest

Request object containing input parameters for the RuntimeDomain.runScript command.

org.hildan.chrome.devtools.domains.runtime.RunScriptResponse

Response type for the RuntimeDomain.runScript command.

org.hildan.chrome.devtools.domains.profiler.RuntimeCallCounterInfo

Runtime call counter information.

org.hildan.chrome.devtools.domains.runtime.RuntimeDomain

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.

org.hildan.chrome.devtools.domains.runtime.events.RuntimeEvent
org.hildan.chrome.devtools.domains.runtime.RuntimeJSEvaluationException

Thrown when the evaluation of some JS expression went wrong.

org.hildan.chrome.devtools.domains.security.SafetyTipInfo

Official doc

org.hildan.chrome.devtools.domains.security.SafetyTipStatus

Official doc

org.hildan.chrome.devtools.domains.audits.SameSiteCookieExclusionReason

Official doc

org.hildan.chrome.devtools.domains.audits.SameSiteCookieIssueDetails

This information is currently necessary, as the front-end has a difficult time finding a specific cookie. With this, we can convey specific error information without the cookie.

org.hildan.chrome.devtools.domains.audits.SameSiteCookieOperation

Official doc

org.hildan.chrome.devtools.domains.audits.SameSiteCookieWarningReason

Official doc

org.hildan.chrome.devtools.domains.heapprofiler.SamplingHeapProfile

Sampling profile.

org.hildan.chrome.devtools.domains.heapprofiler.SamplingHeapProfileNode

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

org.hildan.chrome.devtools.domains.heapprofiler.SamplingHeapProfileSample

A single sample from a sampling profile.

org.hildan.chrome.devtools.domains.memory.SamplingProfile

Array of heap profile samples.

org.hildan.chrome.devtools.domains.memory.SamplingProfileNode

Heap profile sample.

org.hildan.chrome.devtools.domains.schema.SchemaDomain

This domain is deprecated.

org.hildan.chrome.devtools.domains.debugger.Scope

Scope description.

org.hildan.chrome.devtools.domains.page.ScreencastFrameAckRequest

Request object containing input parameters for the PageDomain.screencastFrameAck command.

org.hildan.chrome.devtools.domains.page.ScreencastFrameMetadata

Screencast frame metadata.

org.hildan.chrome.devtools.domains.emulation.ScreenOrientation

Screen orientation.

org.hildan.chrome.devtools.domains.headlessexperimental.ScreenshotParams

Encoding options for a screenshot.

org.hildan.chrome.devtools.domains.profiler.ScriptCoverage

Coverage data for a JavaScript script.

org.hildan.chrome.devtools.domains.runtime.ScriptId

Unique script identifier.

org.hildan.chrome.devtools.domains.page.ScriptIdentifier

Unique script identifier.

org.hildan.chrome.devtools.domains.debugger.ScriptLanguage

Enum of possible script languages.

org.hildan.chrome.devtools.domains.debugger.ScriptPosition

Location in the source code.

org.hildan.chrome.devtools.domains.profiler.ScriptTypeProfile

Type profile data collected during runtime for a JavaScript script.

org.hildan.chrome.devtools.domains.dom.ScrollIntoViewIfNeededRequest

Request object containing input parameters for the DOMDomain.scrollIntoViewIfNeeded command.

org.hildan.chrome.devtools.domains.layertree.ScrollRect

Rectangle where scrolling happens on the main thread.

org.hildan.chrome.devtools.domains.debugger.SearchInContentRequest

Request object containing input parameters for the DebuggerDomain.searchInContent command.

org.hildan.chrome.devtools.domains.debugger.SearchInContentResponse

Response type for the DebuggerDomain.searchInContent command.

org.hildan.chrome.devtools.domains.page.SearchInResourceRequest

Request object containing input parameters for the PageDomain.searchInResource command.

org.hildan.chrome.devtools.domains.page.SearchInResourceResponse

Response type for the PageDomain.searchInResource command.

org.hildan.chrome.devtools.domains.network.SearchInResponseBodyRequest

Request object containing input parameters for the NetworkDomain.searchInResponseBody command.

org.hildan.chrome.devtools.domains.network.SearchInResponseBodyResponse

Response type for the NetworkDomain.searchInResponseBody command.

org.hildan.chrome.devtools.domains.debugger.SearchMatch

Search match for resource.

org.hildan.chrome.devtools.domains.page.SecureContextType

Indicates whether the frame is a secure context and why it is the case.

org.hildan.chrome.devtools.domains.network.SecurityDetails

Security details about a request.

org.hildan.chrome.devtools.domains.security.SecurityDomain

Security

org.hildan.chrome.devtools.domains.security.events.SecurityEvent
org.hildan.chrome.devtools.domains.network.SecurityIsolationStatus

Official doc

org.hildan.chrome.devtools.domains.security.SecurityState

The security level of a page or resource.

org.hildan.chrome.devtools.domains.security.SecurityStateExplanation

An explanation of an factor contributing to the security state.

org.hildan.chrome.devtools.domains.animation.SeekAnimationsRequest

Request object containing input parameters for the AnimationDomain.seekAnimations command.

org.hildan.chrome.devtools.domains.css.SelectorList

Selector list data.

org.hildan.chrome.devtools.domains.target.SendMessageToTargetRequest

Request object containing input parameters for the TargetDomain.sendMessageToTarget command.

org.hildan.chrome.devtools.domains.backgroundservice.ServiceName

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

org.hildan.chrome.devtools.domains.serviceworker.ServiceWorkerDomain

Official doc

org.hildan.chrome.devtools.domains.serviceworker.ServiceWorkerErrorMessage

ServiceWorker error message.

org.hildan.chrome.devtools.domains.serviceworker.events.ServiceWorkerEvent
org.hildan.chrome.devtools.domains.serviceworker.ServiceWorkerRegistration

ServiceWorker registration.

org.hildan.chrome.devtools.domains.network.ServiceWorkerResponseSource

Source of serviceworker response.

org.hildan.chrome.devtools.targets.ServiceWorkerTarget

Represents the available domain APIs in ServiceWorker targets

org.hildan.chrome.devtools.domains.serviceworker.ServiceWorkerVersion

ServiceWorker version.

org.hildan.chrome.devtools.domains.serviceworker.ServiceWorkerVersionRunningStatus

Official doc

org.hildan.chrome.devtools.domains.serviceworker.ServiceWorkerVersionStatus

Official doc

org.hildan.chrome.devtools.domains.target.SessionID

Unique identifier of attached debugging session.

org.hildan.chrome.devtools.domains.page.SetAdBlockingEnabledRequest

Request object containing input parameters for the PageDomain.setAdBlockingEnabled command.

org.hildan.chrome.devtools.domains.debugger.SetAsyncCallStackDepthRequest

Request object containing input parameters for the DebuggerDomain.setAsyncCallStackDepth command.

org.hildan.chrome.devtools.domains.runtime.SetAsyncCallStackDepthRequest

Request object containing input parameters for the RuntimeDomain.setAsyncCallStackDepth command.

org.hildan.chrome.devtools.domains.network.SetAttachDebugStackRequest

Request object containing input parameters for the NetworkDomain.setAttachDebugStack command.

org.hildan.chrome.devtools.domains.dom.SetAttributesAsTextRequest

Request object containing input parameters for the DOMDomain.setAttributesAsText command.

org.hildan.chrome.devtools.domains.dom.SetAttributeValueRequest

Request object containing input parameters for the DOMDomain.setAttributeValue command.

org.hildan.chrome.devtools.domains.target.SetAutoAttachRequest

Request object containing input parameters for the TargetDomain.setAutoAttach command.

org.hildan.chrome.devtools.domains.webauthn.SetAutomaticPresenceSimulationRequest

Request object containing input parameters for the WebAuthnDomain.setAutomaticPresenceSimulation command.

org.hildan.chrome.devtools.domains.debugger.SetBlackboxedRangesRequest

Request object containing input parameters for the DebuggerDomain.setBlackboxedRanges command.

org.hildan.chrome.devtools.domains.debugger.SetBlackboxPatternsRequest

Request object containing input parameters for the DebuggerDomain.setBlackboxPatterns command.

org.hildan.chrome.devtools.domains.network.SetBlockedURLsRequest

Request object containing input parameters for the NetworkDomain.setBlockedURLs command.

org.hildan.chrome.devtools.domains.domdebugger.SetBreakOnCSPViolationRequest

Request object containing input parameters for the DOMDebuggerDomain.setBreakOnCSPViolation command.

org.hildan.chrome.devtools.domains.debugger.SetBreakpointByUrlRequest

Request object containing input parameters for the DebuggerDomain.setBreakpointByUrl command.

org.hildan.chrome.devtools.domains.debugger.SetBreakpointByUrlResponse

Response type for the DebuggerDomain.setBreakpointByUrl command.

org.hildan.chrome.devtools.domains.debugger.SetBreakpointOnFunctionCallRequest

Request object containing input parameters for the DebuggerDomain.setBreakpointOnFunctionCall command.

org.hildan.chrome.devtools.domains.debugger.SetBreakpointOnFunctionCallResponse

Response type for the DebuggerDomain.setBreakpointOnFunctionCall command.

org.hildan.chrome.devtools.domains.debugger.SetBreakpointRequest

Request object containing input parameters for the DebuggerDomain.setBreakpoint command.

org.hildan.chrome.devtools.domains.debugger.SetBreakpointResponse

Response type for the DebuggerDomain.setBreakpoint command.

org.hildan.chrome.devtools.domains.debugger.SetBreakpointsActiveRequest

Request object containing input parameters for the DebuggerDomain.setBreakpointsActive command.

org.hildan.chrome.devtools.domains.page.SetBypassCSPRequest

Request object containing input parameters for the PageDomain.setBypassCSP command.

org.hildan.chrome.devtools.domains.network.SetBypassServiceWorkerRequest

Request object containing input parameters for the NetworkDomain.setBypassServiceWorker command.

org.hildan.chrome.devtools.domains.network.SetCacheDisabledRequest

Request object containing input parameters for the NetworkDomain.setCacheDisabled command.

org.hildan.chrome.devtools.domains.network.SetCookieBlockedReason

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

org.hildan.chrome.devtools.domains.network.SetCookieRequest

Request object containing input parameters for the NetworkDomain.setCookie command.

org.hildan.chrome.devtools.domains.network.SetCookieResponse

Response type for the NetworkDomain.setCookie command.

org.hildan.chrome.devtools.domains.network.SetCookiesRequest

Request object containing input parameters for the NetworkDomain.setCookies command.

org.hildan.chrome.devtools.domains.storage.SetCookiesRequest

Request object containing input parameters for the StorageDomain.setCookies command.

org.hildan.chrome.devtools.domains.emulation.SetCPUThrottlingRateRequest

Request object containing input parameters for the EmulationDomain.setCPUThrottlingRate command.

org.hildan.chrome.devtools.domains.runtime.SetCustomObjectFormatterEnabledRequest

Request object containing input parameters for the RuntimeDomain.setCustomObjectFormatterEnabled command.

org.hildan.chrome.devtools.domains.network.SetDataSizeLimitsForTestRequest

Request object containing input parameters for the NetworkDomain.setDataSizeLimitsForTest command.

org.hildan.chrome.devtools.domains.emulation.SetDefaultBackgroundColorOverrideRequest

Request object containing input parameters for the EmulationDomain.setDefaultBackgroundColorOverride command.

org.hildan.chrome.devtools.domains.emulation.SetDeviceMetricsOverrideRequest

Request object containing input parameters for the EmulationDomain.setDeviceMetricsOverride command.

org.hildan.chrome.devtools.domains.page.SetDeviceMetricsOverrideRequest

Request object containing input parameters for the PageDomain.setDeviceMetricsOverride command.

org.hildan.chrome.devtools.domains.deviceorientation.SetDeviceOrientationOverrideRequest

Request object containing input parameters for the DeviceOrientationDomain.setDeviceOrientationOverride command.

org.hildan.chrome.devtools.domains.page.SetDeviceOrientationOverrideRequest

Request object containing input parameters for the PageDomain.setDeviceOrientationOverride command.

org.hildan.chrome.devtools.domains.emulation.SetDisabledImageTypesRequest

Request object containing input parameters for the EmulationDomain.setDisabledImageTypes command.

org.hildan.chrome.devtools.domains.target.SetDiscoverTargetsRequest

Request object containing input parameters for the TargetDomain.setDiscoverTargets command.

org.hildan.chrome.devtools.domains.browser.SetDockTileRequest

Request object containing input parameters for the BrowserDomain.setDockTile command.

org.hildan.chrome.devtools.domains.page.SetDocumentContentRequest

Request object containing input parameters for the PageDomain.setDocumentContent command.

org.hildan.chrome.devtools.domains.emulation.SetDocumentCookieDisabledRequest

Request object containing input parameters for the EmulationDomain.setDocumentCookieDisabled command.

org.hildan.chrome.devtools.domains.domdebugger.SetDOMBreakpointRequest

Request object containing input parameters for the DOMDebuggerDomain.setDOMBreakpoint command.

org.hildan.chrome.devtools.domains.domstorage.SetDOMStorageItemRequest

Request object containing input parameters for the DOMStorageDomain.setDOMStorageItem command.

org.hildan.chrome.devtools.domains.browser.SetDownloadBehaviorRequest

Request object containing input parameters for the BrowserDomain.setDownloadBehavior command.

org.hildan.chrome.devtools.domains.page.SetDownloadBehaviorRequest

Request object containing input parameters for the PageDomain.setDownloadBehavior command.

org.hildan.chrome.devtools.domains.css.SetEffectivePropertyValueForNodeRequest

Request object containing input parameters for the CSSDomain.setEffectivePropertyValueForNode command.

org.hildan.chrome.devtools.domains.emulation.SetEmitTouchEventsForMouseRequest

Request object containing input parameters for the EmulationDomain.setEmitTouchEventsForMouse command.

org.hildan.chrome.devtools.domains.emulation.SetEmulatedMediaRequest

Request object containing input parameters for the EmulationDomain.setEmulatedMedia command.

org.hildan.chrome.devtools.domains.emulation.SetEmulatedVisionDeficiencyRequest

Request object containing input parameters for the EmulationDomain.setEmulatedVisionDeficiency command.

org.hildan.chrome.devtools.domains.domdebugger.SetEventListenerBreakpointRequest

Request object containing input parameters for the DOMDebuggerDomain.setEventListenerBreakpoint command.

org.hildan.chrome.devtools.domains.network.SetExtraHTTPHeadersRequest

Request object containing input parameters for the NetworkDomain.setExtraHTTPHeaders command.

org.hildan.chrome.devtools.domains.dom.SetFileInputFilesRequest

Request object containing input parameters for the DOMDomain.setFileInputFiles command.

org.hildan.chrome.devtools.domains.emulation.SetFocusEmulationEnabledRequest

Request object containing input parameters for the EmulationDomain.setFocusEmulationEnabled command.

org.hildan.chrome.devtools.domains.page.SetFontFamiliesRequest

Request object containing input parameters for the PageDomain.setFontFamilies command.

org.hildan.chrome.devtools.domains.page.SetFontSizesRequest

Request object containing input parameters for the PageDomain.setFontSizes command.

org.hildan.chrome.devtools.domains.serviceworker.SetForceUpdateOnPageLoadRequest

Request object containing input parameters for the ServiceWorkerDomain.setForceUpdateOnPageLoad command.

org.hildan.chrome.devtools.domains.emulation.SetGeolocationOverrideRequest

Request object containing input parameters for the EmulationDomain.setGeolocationOverride command.

org.hildan.chrome.devtools.domains.page.SetGeolocationOverrideRequest

Request object containing input parameters for the PageDomain.setGeolocationOverride command.

org.hildan.chrome.devtools.domains.emulation.SetIdleOverrideRequest

Request object containing input parameters for the EmulationDomain.setIdleOverride command.

org.hildan.chrome.devtools.domains.security.SetIgnoreCertificateErrorsRequest

Request object containing input parameters for the SecurityDomain.setIgnoreCertificateErrors command.

org.hildan.chrome.devtools.domains.input.SetIgnoreInputEventsRequest

Request object containing input parameters for the InputDomain.setIgnoreInputEvents command.

org.hildan.chrome.devtools.domains.dom.SetInspectedNodeRequest

Request object containing input parameters for the DOMDomain.setInspectedNode command.

org.hildan.chrome.devtools.domains.overlay.SetInspectModeRequest

Request object containing input parameters for the OverlayDomain.setInspectMode command.

org.hildan.chrome.devtools.domains.debugger.SetInstrumentationBreakpointRequest

Request object containing input parameters for the DebuggerDomain.setInstrumentationBreakpoint command.

org.hildan.chrome.devtools.domains.domdebugger.SetInstrumentationBreakpointRequest

Request object containing input parameters for the DOMDebuggerDomain.setInstrumentationBreakpoint command.

org.hildan.chrome.devtools.domains.debugger.SetInstrumentationBreakpointResponse

Response type for the DebuggerDomain.setInstrumentationBreakpoint command.

org.hildan.chrome.devtools.domains.page.SetInterceptFileChooserDialogRequest

Request object containing input parameters for the PageDomain.setInterceptFileChooserDialog command.

org.hildan.chrome.devtools.domains.css.SetKeyframeKeyRequest

Request object containing input parameters for the CSSDomain.setKeyframeKey command.

org.hildan.chrome.devtools.domains.css.SetKeyframeKeyResponse

Response type for the CSSDomain.setKeyframeKey command.

org.hildan.chrome.devtools.domains.page.SetLifecycleEventsEnabledRequest

Request object containing input parameters for the PageDomain.setLifecycleEventsEnabled command.

org.hildan.chrome.devtools.domains.emulation.SetLocaleOverrideRequest

Request object containing input parameters for the EmulationDomain.setLocaleOverride command.

org.hildan.chrome.devtools.domains.css.SetLocalFontsEnabledRequest

Request object containing input parameters for the CSSDomain.setLocalFontsEnabled command.

org.hildan.chrome.devtools.domains.runtime.SetMaxCallStackSizeToCaptureRequest

Request object containing input parameters for the RuntimeDomain.setMaxCallStackSizeToCapture command.

org.hildan.chrome.devtools.domains.css.SetMediaTextRequest

Request object containing input parameters for the CSSDomain.setMediaText command.

org.hildan.chrome.devtools.domains.css.SetMediaTextResponse

Response type for the CSSDomain.setMediaText command.

org.hildan.chrome.devtools.domains.emulation.SetNavigatorOverridesRequest

Request object containing input parameters for the EmulationDomain.setNavigatorOverrides command.

org.hildan.chrome.devtools.domains.dom.SetNodeNameRequest

Request object containing input parameters for the DOMDomain.setNodeName command.

org.hildan.chrome.devtools.domains.dom.SetNodeNameResponse

Response type for the DOMDomain.setNodeName command.

org.hildan.chrome.devtools.domains.dom.SetNodeStackTracesEnabledRequest

Request object containing input parameters for the DOMDomain.setNodeStackTracesEnabled command.

org.hildan.chrome.devtools.domains.dom.SetNodeValueRequest

Request object containing input parameters for the DOMDomain.setNodeValue command.

org.hildan.chrome.devtools.domains.dom.SetOuterHTMLRequest

Request object containing input parameters for the DOMDomain.setOuterHTML command.

org.hildan.chrome.devtools.domains.security.SetOverrideCertificateErrorsRequest

Request object containing input parameters for the SecurityDomain.setOverrideCertificateErrors command.

org.hildan.chrome.devtools.domains.emulation.SetPageScaleFactorRequest

Request object containing input parameters for the EmulationDomain.setPageScaleFactor command.

org.hildan.chrome.devtools.domains.overlay.SetPausedInDebuggerMessageRequest

Request object containing input parameters for the OverlayDomain.setPausedInDebuggerMessage command.

org.hildan.chrome.devtools.domains.animation.SetPausedRequest

Request object containing input parameters for the AnimationDomain.setPaused command.

org.hildan.chrome.devtools.domains.debugger.SetPauseOnExceptionsRequest

Request object containing input parameters for the DebuggerDomain.setPauseOnExceptions command.

org.hildan.chrome.devtools.domains.browser.SetPermissionRequest

Request object containing input parameters for the BrowserDomain.setPermission command.

org.hildan.chrome.devtools.domains.animation.SetPlaybackRateRequest

Request object containing input parameters for the AnimationDomain.setPlaybackRate command.

org.hildan.chrome.devtools.domains.memory.SetPressureNotificationsSuppressedRequest

Request object containing input parameters for the MemoryDomain.setPressureNotificationsSuppressed command.

org.hildan.chrome.devtools.domains.page.SetProduceCompilationCacheRequest

Request object containing input parameters for the PageDomain.setProduceCompilationCache command.

org.hildan.chrome.devtools.domains.backgroundservice.SetRecordingRequest

Request object containing input parameters for the BackgroundServiceDomain.setRecording command.

org.hildan.chrome.devtools.domains.target.SetRemoteLocationsRequest

Request object containing input parameters for the TargetDomain.setRemoteLocations command.

org.hildan.chrome.devtools.domains.network.SetRequestInterceptionRequest

Request object containing input parameters for the NetworkDomain.setRequestInterception command.

org.hildan.chrome.devtools.domains.debugger.SetReturnValueRequest

Request object containing input parameters for the DebuggerDomain.setReturnValue command.

org.hildan.chrome.devtools.domains.css.SetRuleSelectorRequest

Request object containing input parameters for the CSSDomain.setRuleSelector command.

org.hildan.chrome.devtools.domains.css.SetRuleSelectorResponse

Response type for the CSSDomain.setRuleSelector command.

org.hildan.chrome.devtools.domains.profiler.SetSamplingIntervalRequest

Request object containing input parameters for the ProfilerDomain.setSamplingInterval command.

org.hildan.chrome.devtools.domains.emulation.SetScriptExecutionDisabledRequest

Request object containing input parameters for the EmulationDomain.setScriptExecutionDisabled command.

org.hildan.chrome.devtools.domains.debugger.SetScriptSourceRequest

Request object containing input parameters for the DebuggerDomain.setScriptSource command.

org.hildan.chrome.devtools.domains.debugger.SetScriptSourceResponse

Response type for the DebuggerDomain.setScriptSource command.

org.hildan.chrome.devtools.domains.emulation.SetScrollbarsHiddenRequest

Request object containing input parameters for the EmulationDomain.setScrollbarsHidden command.

org.hildan.chrome.devtools.domains.overlay.SetShowAdHighlightsRequest

Request object containing input parameters for the OverlayDomain.setShowAdHighlights command.

org.hildan.chrome.devtools.domains.overlay.SetShowDebugBordersRequest

Request object containing input parameters for the OverlayDomain.setShowDebugBorders command.

org.hildan.chrome.devtools.domains.overlay.SetShowFlexOverlaysRequest

Request object containing input parameters for the OverlayDomain.setShowFlexOverlays command.

org.hildan.chrome.devtools.domains.overlay.SetShowFPSCounterRequest

Request object containing input parameters for the OverlayDomain.setShowFPSCounter command.

org.hildan.chrome.devtools.domains.overlay.SetShowGridOverlaysRequest

Request object containing input parameters for the OverlayDomain.setShowGridOverlays command.

org.hildan.chrome.devtools.domains.overlay.SetShowHingeRequest

Request object containing input parameters for the OverlayDomain.setShowHinge command.

org.hildan.chrome.devtools.domains.overlay.SetShowHitTestBordersRequest

Request object containing input parameters for the OverlayDomain.setShowHitTestBorders command.

org.hildan.chrome.devtools.domains.overlay.SetShowLayoutShiftRegionsRequest

Request object containing input parameters for the OverlayDomain.setShowLayoutShiftRegions command.

org.hildan.chrome.devtools.domains.overlay.SetShowPaintRectsRequest

Request object containing input parameters for the OverlayDomain.setShowPaintRects command.

org.hildan.chrome.devtools.domains.overlay.SetShowScrollBottleneckRectsRequest

Request object containing input parameters for the OverlayDomain.setShowScrollBottleneckRects command.

org.hildan.chrome.devtools.domains.overlay.SetShowViewportSizeOnResizeRequest

Request object containing input parameters for the OverlayDomain.setShowViewportSizeOnResize command.

org.hildan.chrome.devtools.domains.cast.SetSinkToUseRequest

Request object containing input parameters for the CastDomain.setSinkToUse command.

org.hildan.chrome.devtools.domains.debugger.SetSkipAllPausesRequest

Request object containing input parameters for the DebuggerDomain.setSkipAllPauses command.

org.hildan.chrome.devtools.domains.css.SetStyleSheetTextRequest

Request object containing input parameters for the CSSDomain.setStyleSheetText command.

org.hildan.chrome.devtools.domains.css.SetStyleSheetTextResponse

Response type for the CSSDomain.setStyleSheetText command.

org.hildan.chrome.devtools.domains.css.SetStyleTextsRequest

Request object containing input parameters for the CSSDomain.setStyleTexts command.

org.hildan.chrome.devtools.domains.css.SetStyleTextsResponse

Response type for the CSSDomain.setStyleTexts command.

org.hildan.chrome.devtools.domains.performance.SetTimeDomainRequest

Request object containing input parameters for the PerformanceDomain.setTimeDomain command.

org.hildan.chrome.devtools.domains.emulation.SetTimezoneOverrideRequest

Request object containing input parameters for the EmulationDomain.setTimezoneOverride command.

org.hildan.chrome.devtools.domains.animation.SetTimingRequest

Request object containing input parameters for the AnimationDomain.setTiming command.

org.hildan.chrome.devtools.domains.emulation.SetTouchEmulationEnabledRequest

Request object containing input parameters for the EmulationDomain.setTouchEmulationEnabled command.

org.hildan.chrome.devtools.domains.page.SetTouchEmulationEnabledRequest

Request object containing input parameters for the PageDomain.setTouchEmulationEnabled command.

org.hildan.chrome.devtools.domains.emulation.SetUserAgentOverrideRequest

Request object containing input parameters for the EmulationDomain.setUserAgentOverride command.

org.hildan.chrome.devtools.domains.network.SetUserAgentOverrideRequest

Request object containing input parameters for the NetworkDomain.setUserAgentOverride command.

org.hildan.chrome.devtools.domains.webauthn.SetUserVerifiedRequest

Request object containing input parameters for the WebAuthnDomain.setUserVerified command.

org.hildan.chrome.devtools.domains.debugger.SetVariableValueRequest

Request object containing input parameters for the DebuggerDomain.setVariableValue command.

org.hildan.chrome.devtools.domains.emulation.SetVirtualTimePolicyRequest

Request object containing input parameters for the EmulationDomain.setVirtualTimePolicy command.

org.hildan.chrome.devtools.domains.emulation.SetVirtualTimePolicyResponse

Response type for the EmulationDomain.setVirtualTimePolicy command.

org.hildan.chrome.devtools.domains.emulation.SetVisibleSizeRequest

Request object containing input parameters for the EmulationDomain.setVisibleSize command.

org.hildan.chrome.devtools.domains.page.SetWebLifecycleStateRequest

Request object containing input parameters for the PageDomain.setWebLifecycleState command.

org.hildan.chrome.devtools.domains.browser.SetWindowBoundsRequest

Request object containing input parameters for the BrowserDomain.setWindowBounds command.

org.hildan.chrome.devtools.domains.domdebugger.SetXHRBreakpointRequest

Request object containing input parameters for the DOMDebuggerDomain.setXHRBreakpoint command.

org.hildan.chrome.devtools.domains.dom.ShadowRootType

Shadow root type.

org.hildan.chrome.devtools.domains.dom.ShapeOutsideInfo

CSS Shape Outside details.

org.hildan.chrome.devtools.targets.SharedWorkerTarget

Represents the available domain APIs in SharedWorker targets

org.hildan.chrome.devtools.domains.css.ShorthandEntry

Official doc

org.hildan.chrome.devtools.domains.network.SignedCertificateTimestamp

Details of a signed certificate timestamp (SCT).

org.hildan.chrome.devtools.domains.network.SignedExchangeError

Information about a signed exchange response.

org.hildan.chrome.devtools.domains.network.SignedExchangeErrorField

Field type for a signed exchange related error.

org.hildan.chrome.devtools.domains.network.SignedExchangeHeader

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

org.hildan.chrome.devtools.domains.network.SignedExchangeInfo

Information about a signed exchange response.

org.hildan.chrome.devtools.domains.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

org.hildan.chrome.devtools.domains.memory.SimulatePressureNotificationRequest

Request object containing input parameters for the MemoryDomain.simulatePressureNotification command.

org.hildan.chrome.devtools.domains.cast.Sink

Official doc

org.hildan.chrome.devtools.domains.systeminfo.Size

Describes the width and height dimensions of an entity.

org.hildan.chrome.devtools.domains.serviceworker.SkipWaitingRequest

Request object containing input parameters for the ServiceWorkerDomain.skipWaiting command.

org.hildan.chrome.devtools.domains.layertree.SnapshotCommandLogRequest

Request object containing input parameters for the LayerTreeDomain.snapshotCommandLog command.

org.hildan.chrome.devtools.domains.layertree.SnapshotCommandLogResponse

Response type for the LayerTreeDomain.snapshotCommandLog command.

org.hildan.chrome.devtools.domains.layertree.SnapshotId

Unique snapshot identifier.

org.hildan.chrome.devtools.domains.audits.SourceCodeLocation

Official doc

org.hildan.chrome.devtools.domains.overlay.SourceOrderConfig

Configuration data for drawing the source order of an elements children.

org.hildan.chrome.devtools.domains.css.SourceRange

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

org.hildan.chrome.devtools.domains.runtime.StackTrace

Call frames for assertions or error messages.

org.hildan.chrome.devtools.domains.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.

org.hildan.chrome.devtools.domains.backgroundservice.StartObservingRequest

Request object containing input parameters for the BackgroundServiceDomain.startObserving command.

org.hildan.chrome.devtools.domains.profiler.StartPreciseCoverageRequest

Request object containing input parameters for the ProfilerDomain.startPreciseCoverage command.

org.hildan.chrome.devtools.domains.profiler.StartPreciseCoverageResponse

Response type for the ProfilerDomain.startPreciseCoverage command.

org.hildan.chrome.devtools.domains.tracing.StartRequest

Request object containing input parameters for the TracingDomain.start command.

org.hildan.chrome.devtools.domains.heapprofiler.StartSamplingRequest

Request object containing input parameters for the HeapProfilerDomain.startSampling command.

org.hildan.chrome.devtools.domains.memory.StartSamplingRequest

Request object containing input parameters for the MemoryDomain.startSampling command.

org.hildan.chrome.devtools.domains.page.StartScreencastRequest

Request object containing input parameters for the PageDomain.startScreencast command.

org.hildan.chrome.devtools.domains.cast.StartTabMirroringRequest

Request object containing input parameters for the CastDomain.startTabMirroring command.

org.hildan.chrome.devtools.domains.heapprofiler.StartTrackingHeapObjectsRequest

Request object containing input parameters for the HeapProfilerDomain.startTrackingHeapObjects command.

org.hildan.chrome.devtools.domains.log.StartViolationsReportRequest

Request object containing input parameters for the LogDomain.startViolationsReport command.

org.hildan.chrome.devtools.domains.serviceworker.StartWorkerRequest

Request object containing input parameters for the ServiceWorkerDomain.startWorker command.

org.hildan.chrome.devtools.domains.debugger.StepIntoRequest

Request object containing input parameters for the DebuggerDomain.stepInto command.

org.hildan.chrome.devtools.domains.debugger.StepOverRequest

Request object containing input parameters for the DebuggerDomain.stepOver command.

org.hildan.chrome.devtools.domains.layertree.StickyPositionConstraint

Sticky position constraints.

org.hildan.chrome.devtools.domains.cast.StopCastingRequest

Request object containing input parameters for the CastDomain.stopCasting command.

org.hildan.chrome.devtools.domains.backgroundservice.StopObservingRequest

Request object containing input parameters for the BackgroundServiceDomain.stopObserving command.

org.hildan.chrome.devtools.domains.profiler.StopResponse

Response type for the ProfilerDomain.stop command.

org.hildan.chrome.devtools.domains.css.StopRuleUsageTrackingResponse

Response type for the CSSDomain.stopRuleUsageTracking command.

org.hildan.chrome.devtools.domains.heapprofiler.StopSamplingResponse

Response type for the HeapProfilerDomain.stopSampling command.

org.hildan.chrome.devtools.domains.heapprofiler.StopTrackingHeapObjectsRequest

Request object containing input parameters for the HeapProfilerDomain.stopTrackingHeapObjects command.

org.hildan.chrome.devtools.domains.serviceworker.StopWorkerRequest

Request object containing input parameters for the ServiceWorkerDomain.stopWorker command.

org.hildan.chrome.devtools.domains.storage.StorageDomain

Official doc

org.hildan.chrome.devtools.domains.storage.events.StorageEvent
org.hildan.chrome.devtools.domains.domstorage.StorageId

DOM Storage identifier.

org.hildan.chrome.devtools.domains.storage.StorageType

Enum of possible storage types.

org.hildan.chrome.devtools.domains.tracing.StreamCompression

Compression type to use for traces returned via streams.

org.hildan.chrome.devtools.domains.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.

org.hildan.chrome.devtools.domains.io.StreamHandle

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

org.hildan.chrome.devtools.domains.domsnapshot.StringIndex

Index of the string in the strings table.

org.hildan.chrome.devtools.domains.css.StyleDeclarationEdit

A descriptor of operation to mutate style declaration text.

org.hildan.chrome.devtools.domains.css.StyleSheetId

Official doc

org.hildan.chrome.devtools.domains.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.

org.hildan.chrome.devtools.domains.systeminfo.SubsamplingFormat

YUV subsampling type of the pixels of a given image.

org.hildan.chrome.devtools.domains.input.SynthesizePinchGestureRequest

Request object containing input parameters for the InputDomain.synthesizePinchGesture command.

org.hildan.chrome.devtools.domains.input.SynthesizeScrollGestureRequest

Request object containing input parameters for the InputDomain.synthesizeScrollGesture command.

org.hildan.chrome.devtools.domains.input.SynthesizeTapGestureRequest

Request object containing input parameters for the InputDomain.synthesizeTapGesture command.

org.hildan.chrome.devtools.domains.systeminfo.SystemInfoDomain

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

org.hildan.chrome.devtools.domains.css.TakeComputedStyleUpdatesResponse

Response type for the CSSDomain.takeComputedStyleUpdates command.

org.hildan.chrome.devtools.domains.css.TakeCoverageDeltaResponse

Response type for the CSSDomain.takeCoverageDelta command.

org.hildan.chrome.devtools.domains.heapprofiler.TakeHeapSnapshotRequest

Request object containing input parameters for the HeapProfilerDomain.takeHeapSnapshot command.

org.hildan.chrome.devtools.domains.profiler.TakePreciseCoverageResponse

Response type for the ProfilerDomain.takePreciseCoverage command.

org.hildan.chrome.devtools.domains.fetch.TakeResponseBodyAsStreamRequest

Request object containing input parameters for the FetchDomain.takeResponseBodyAsStream command.

org.hildan.chrome.devtools.domains.fetch.TakeResponseBodyAsStreamResponse

Response type for the FetchDomain.takeResponseBodyAsStream command.

org.hildan.chrome.devtools.domains.network.TakeResponseBodyForInterceptionAsStreamRequest

Request object containing input parameters for the NetworkDomain.takeResponseBodyForInterceptionAsStream command.

org.hildan.chrome.devtools.domains.network.TakeResponseBodyForInterceptionAsStreamResponse

Response type for the NetworkDomain.takeResponseBodyForInterceptionAsStream command.

org.hildan.chrome.devtools.domains.profiler.TakeTypeProfileResponse

Response type for the ProfilerDomain.takeTypeProfile command.

org.hildan.chrome.devtools.domains.target.TargetDomain

Supports additional targets discovery and allows to attach to them.

org.hildan.chrome.devtools.domains.target.events.TargetEvent
org.hildan.chrome.devtools.domains.target.TargetID

Official doc

org.hildan.chrome.devtools.domains.target.TargetInfo

Official doc

org.hildan.chrome.devtools.domains.tethering.TetheringDomain

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

org.hildan.chrome.devtools.domains.tethering.events.TetheringEvent
org.hildan.chrome.devtools.domains.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.

org.hildan.chrome.devtools.domains.runtime.TimeDelta

Number of milliseconds.

org.hildan.chrome.devtools.domains.input.TimeSinceEpoch

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

org.hildan.chrome.devtools.domains.network.TimeSinceEpoch

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

org.hildan.chrome.devtools.domains.media.Timestamp

Official doc

org.hildan.chrome.devtools.domains.runtime.Timestamp

Number of milliseconds since epoch.

org.hildan.chrome.devtools.domains.input.TouchPoint

Official doc

org.hildan.chrome.devtools.domains.tracing.TraceConfig

Official doc

org.hildan.chrome.devtools.domains.tracing.TracingDomain

Official doc

org.hildan.chrome.devtools.domains.tracing.events.TracingEvent
org.hildan.chrome.devtools.domains.storage.TrackCacheStorageForOriginRequest

Request object containing input parameters for the StorageDomain.trackCacheStorageForOrigin command.

org.hildan.chrome.devtools.domains.css.TrackComputedStyleUpdatesRequest

Request object containing input parameters for the CSSDomain.trackComputedStyleUpdates command.

org.hildan.chrome.devtools.domains.storage.TrackIndexedDBForOriginRequest

Request object containing input parameters for the StorageDomain.trackIndexedDBForOrigin command.

org.hildan.chrome.devtools.domains.page.TransitionType

Transition type.

org.hildan.chrome.devtools.domains.network.TrustTokenOperationType

Official doc

org.hildan.chrome.devtools.domains.network.TrustTokenParams

Determines what type of Trust Token operation is executed and depending on the type, some additional parameters. The values are specified in third_party/blink/renderer/core/fetch/trust_token.idl.

org.hildan.chrome.devtools.domains.profiler.TypeObject

Describes a type collected during runtime.

org.hildan.chrome.devtools.domains.profiler.TypeProfileEntry

Source offset and types for a parameter or return value.

org.hildan.chrome.devtools.domains.tethering.UnbindRequest

Request object containing input parameters for the TetheringDomain.unbind command.

org.hildan.chrome.devtools.domains.runtime.UniqueDebuggerId

Unique identifier of current debugger.

org.hildan.chrome.devtools.domains.serviceworker.UnregisterRequest

Request object containing input parameters for the ServiceWorkerDomain.unregister command.

org.hildan.chrome.devtools.domains.runtime.UnserializableValue

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

org.hildan.chrome.devtools.domains.storage.UntrackCacheStorageForOriginRequest

Request object containing input parameters for the StorageDomain.untrackCacheStorageForOrigin command.

org.hildan.chrome.devtools.domains.storage.UntrackIndexedDBForOriginRequest

Request object containing input parameters for the StorageDomain.untrackIndexedDBForOrigin command.

org.hildan.chrome.devtools.domains.serviceworker.UpdateRegistrationRequest

Request object containing input parameters for the ServiceWorkerDomain.updateRegistration command.

org.hildan.chrome.devtools.domains.storage.UsageForType

Usage for a storage type.

org.hildan.chrome.devtools.domains.emulation.UserAgentBrandVersion

Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints

org.hildan.chrome.devtools.domains.emulation.UserAgentMetadata

Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints

org.hildan.chrome.devtools.domains.css.Value

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

org.hildan.chrome.devtools.domains.systeminfo.VideoDecodeAcceleratorCapability

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

org.hildan.chrome.devtools.domains.systeminfo.VideoEncodeAcceleratorCapability

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

org.hildan.chrome.devtools.domains.page.Viewport

Viewport for capturing screenshot.

org.hildan.chrome.devtools.domains.log.ViolationSetting

Violation configuration setting.

org.hildan.chrome.devtools.domains.webauthn.VirtualAuthenticatorOptions

Official doc

org.hildan.chrome.devtools.domains.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.

org.hildan.chrome.devtools.domains.security.VisibleSecurityState

Security state information about the page.

org.hildan.chrome.devtools.domains.page.VisualViewport

Visual viewport position, dimensions, and scale.

org.hildan.chrome.devtools.domains.webaudio.WebAudioDomain

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

org.hildan.chrome.devtools.domains.webaudio.events.WebAudioEvent
org.hildan.chrome.devtools.domains.webauthn.WebAuthnDomain

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

(extensions in package org.hildan.chrome.devtools.protocol)
org.hildan.krossbow.websocket.WebSocketClient
org.hildan.chrome.devtools.domains.network.WebSocketFrame

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

org.hildan.chrome.devtools.domains.network.WebSocketRequest

WebSocket request data.

org.hildan.chrome.devtools.domains.network.WebSocketResponse

WebSocket response data.

org.hildan.chrome.devtools.domains.browser.WindowID

Official doc

org.hildan.chrome.devtools.domains.browser.WindowState

The state of the browser window.

org.hildan.chrome.devtools.targets.WorkerTarget

Represents the available domain APIs in Worker targets