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 |
Browser version information retrieved via the debugger API. 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 |
ExperimentalChromeApi |
This annotation is used on DevTools Protocol APIs and types that are marked as experimental in the protocol itself. annotation class ExperimentalChromeApi |
MissingResponse |
class MissingResponse : Exception |
RequestFailed |
class RequestFailed : Exception |
org.hildan.krossbow.websocket.WebSocketClient |