Resolve Node Request
data class ResolveNodeRequest(nodeId: NodeId?, backendNodeId: BackendNodeId?, objectGroup: String?, executionContextId: ExecutionContextId?)
Content copied to clipboard
Represents request frame that can be used with DOM#resolveNode operation call.
Resolves the JavaScript node object for a given NodeId or BackendNodeId.
See also
Constructors
ResolveNodeRequest
Link copied to clipboard
fun ResolveNodeRequest(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectGroup: String? = null, executionContextId: ExecutionContextId? = null)
Content copied to clipboard
Properties
backendNodeId
Link copied to clipboard
executionContextId
Link copied to clipboard
objectGroup
Link copied to clipboard
Sources
jvm source
Link copied to clipboard