pl.wendigo.chrome.domain.dom / ResolveNodeRequest

ResolveNodeRequest

data class ResolveNodeRequest (source)

Represents request frame that can be used with DOM.resolveNode method call.

Resolves the JavaScript node object for a given NodeId or BackendNodeId.

Constructors

<init>

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

Represents request frame that can be used with DOM.resolveNode method call.

Properties

backendNodeId

val backendNodeId: BackendNodeId?

Backend identifier of the node to resolve.

executionContextId

val executionContextId: ExecutionContextId?

Execution context in which to resolve the node.

nodeId

val nodeId: NodeId?

Id of the node to resolve.

objectGroup

val objectGroup: String?

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