Package-level declarations

Types

Link copied to clipboard
class Accessibility(cdp: CDP) : Domain
Link copied to clipboard
class Animation(cdp: CDP) : Domain
Link copied to clipboard
class Audits(cdp: CDP) : Domain

Audits domain allows investigation of page violations and possible improvements.

Link copied to clipboard
class Autofill(cdp: CDP) : Domain

Defines commands and events for Autofill.

Link copied to clipboard

Defines events for background web platform features.

Link copied to clipboard

This domain allows configuring virtual Bluetooth devices to test the web-bluetooth API.

Link copied to clipboard
class Browser(cdp: CDP) : Domain

The Browser domain defines methods and events for browser managing.

Link copied to clipboard
class CacheStorage(cdp: CDP) : Domain
Link copied to clipboard
class Cast(cdp: CDP) : Domain

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

Link copied to clipboard
class Console(cdp: CDP) : Domain

This domain is deprecated - use Runtime or Log instead.

Link copied to clipboard
class CSS(cdp: CDP) : Domain

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.

Link copied to clipboard
class Debugger(cdp: CDP) : Domain

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

Link copied to clipboard
class DeviceAccess(cdp: CDP) : Domain
Link copied to clipboard
Link copied to clipboard
class DOM(cdp: CDP) : Domain

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.

Link copied to clipboard
class DOMDebugger(cdp: CDP) : Domain

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.

Link copied to clipboard
class DOMSnapshot(cdp: CDP) : Domain

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

Link copied to clipboard
class DOMStorage(cdp: CDP) : Domain

Query and modify DOM storage.

Link copied to clipboard
class Emulation(cdp: CDP) : Domain

This domain emulates different environments for the page.

Link copied to clipboard

EventBreakpoints permits setting JavaScript breakpoints on operations and events occurring in native code invoked from JavaScript. Once breakpoint is hit, it is reported through Debugger domain, similarly to regular breakpoints being hit.

Link copied to clipboard
class Extensions(cdp: CDP) : Domain

Defines commands and events for browser extensions.

Link copied to clipboard
class FedCm(cdp: CDP) : Domain

This domain allows interacting with the FedCM dialog.

Link copied to clipboard
class Fetch(cdp: CDP) : Domain

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

Link copied to clipboard
class FileSystem(cdp: CDP) : Domain
Link copied to clipboard

This domain provides experimental commands only supported in headless mode.

Link copied to clipboard
class HeapProfiler(cdp: CDP) : Domain
Link copied to clipboard
class IndexedDB(cdp: CDP) : Domain
Link copied to clipboard
class Input(cdp: CDP) : Domain
Link copied to clipboard
class Inspector(cdp: CDP) : Domain
Link copied to clipboard
class IO(cdp: CDP) : Domain

Input/Output operations for streams produced by DevTools.

Link copied to clipboard
class LayerTree(cdp: CDP) : Domain
Link copied to clipboard
class Log(cdp: CDP) : Domain

Provides access to log entries.

Link copied to clipboard
class Media(cdp: CDP) : Domain

This domain allows detailed inspection of media elements

Link copied to clipboard
class Memory(cdp: CDP) : Domain
Link copied to clipboard
class Network(cdp: CDP) : Domain

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.

Link copied to clipboard
class Overlay(cdp: CDP) : Domain

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

Link copied to clipboard
class Page(cdp: CDP) : Domain

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

Link copied to clipboard
class Performance(cdp: CDP) : Domain
Link copied to clipboard

Reporting of performance timeline events, as specified in https://w3c.github.io/performance-timeline/#dom-performanceobserver.

Link copied to clipboard
class Preload(cdp: CDP) : Domain
Link copied to clipboard
class Profiler(cdp: CDP) : Domain
Link copied to clipboard
class PWA(cdp: CDP) : Domain

This domain allows interacting with the browser to control PWAs.

Link copied to clipboard
class Runtime(cdp: CDP) : Domain

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.

Link copied to clipboard
class Schema(cdp: CDP) : Domain

This domain is deprecated.

Link copied to clipboard
class Security(cdp: CDP) : Domain

Security

Link copied to clipboard
class ServiceWorker(cdp: CDP) : Domain
Link copied to clipboard
class Storage(cdp: CDP) : Domain
Link copied to clipboard
class SystemInfo(cdp: CDP) : Domain

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

Link copied to clipboard
class Target(cdp: CDP) : Domain

Supports additional targets discovery and allows to attach to them.

Link copied to clipboard
class Tethering(cdp: CDP) : Domain

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

Link copied to clipboard
class Tracing(cdp: CDP) : Domain
Link copied to clipboard
class WebAudio(cdp: CDP) : Domain

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

Link copied to clipboard
class WebAuthn(cdp: CDP) : Domain

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val CDP.css: CSS
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val CDP.dom: DOM
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val CDP.io: IO
Link copied to clipboard
Link copied to clipboard
val CDP.log: Log
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val CDP.pwa: PWA
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard