pl.wendigo.chrome.api.dom / ResolveNodeRequest

ResolveNodeRequest

data class ResolveNodeRequest (source)

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

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

Link
DOM#resolveNode method documentation.

See Also

DOMOperations.resolveNode

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 operation 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.