chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / ResolveNodeResponse

ResolveNodeResponse

data class ResolveNodeResponse

Response type for the DOMDomain.resolveNode command.

Constructors

<init>

Response type for the DOMDomain.resolveNode command.

ResolveNodeResponse(object: RemoteObject)

Properties

object

JavaScript object wrapper for given node.

val object: RemoteObject