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

ResolveNodeRequest

data class ResolveNodeRequest

Request object containing input parameters for the DOMDomain.resolveNode command.

Constructors

<init>

Request object containing input parameters for the DOMDomain.resolveNode command.

ResolveNodeRequest(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectGroup: String? = null, executionContextId: ExecutionContextId? = null)

Properties

backendNodeId

Backend identifier of the node to resolve.

val backendNodeId: BackendNodeId?

executionContextId

Execution context in which to resolve the node.

val executionContextId: ExecutionContextId?

nodeId

Id of the node to resolve.

val nodeId: NodeId?

objectGroup

Symbolic group name that can be used to release multiple objects.

val objectGroup: String?