Get Node For Location Response
data class GetNodeForLocationResponse(backendNodeId: BackendNodeId, frameId: FrameId, nodeId: NodeId?)
Content copied to clipboard
Represents response frame that is returned from DOM#getNodeForLocation operation call. Returns node id at given location. Depending on whether DOM domain is enabled, nodeId is either returned or not.
See also
Constructors
GetNodeForLocationResponse
Link copied to clipboard
fun GetNodeForLocationResponse(backendNodeId: BackendNodeId, frameId: FrameId, nodeId: NodeId? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard