CdpEvent

data class CdpEvent(val method: String, val params: JSONObject)

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

Constructors

Link copied to clipboard
constructor(method: String, params: JSONObject)

Properties

Link copied to clipboard

The CDP method name, e.g. Network.requestWillBeSent.

Link copied to clipboard

The event's payload, in whatever shape that method defines.