Package-level declarations

Types

Link copied to clipboard
data class CdpEvent(val method: String, val params: JSONObject)

An unsolicited CDP notification, not a response to a command this side sent.

Link copied to clipboard
data class DomNode(val nodeId: Int, val nodeName: String)

A DOM node as CDP identifies it: by id, not by reference.

Link copied to clipboard
data class EvaluateResult(val value: Any?, val type: String)

The result of a Runtime.evaluate call.

Link copied to clipboard
data class ProtocolTarget(val id: String, val type: String, val title: String, val url: String, val webSocketDebuggerUrl: String?, val socketName: String = "")

One debuggable target the control endpoint reported, from GET /json/list.