chrome-devtools-kotlin / org.hildan.chrome.devtools.protocol

Package org.hildan.chrome.devtools.protocol

Types

ChromeDPClient

A Chrome Devtools Protocol client.

class ChromeDPClient

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).

data class ChromeDPTarget

ChromeVersion

data class ChromeVersion

RequestError

Represents protocol error.

data class RequestError

RequestFrame

A request frame which can be sent to the server, as defined in the protocol's README

data class RequestFrame

Annotations

ExperimentalChromeApi

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

annotation class ExperimentalChromeApi

Exceptions

MissingResponse

class MissingResponse : Exception

RequestFailed

class RequestFailed : Exception

Extensions for External Classes

org.hildan.krossbow.websocket.WebSocketClient