data class GetNodeForLocationResponse
Response type for the DOMDomain.getNodeForLocation command.
<init> |
Response type for the DOMDomain.getNodeForLocation command. GetNodeForLocationResponse(backendNodeId: BackendNodeId, frameId: FrameId, nodeId: NodeId? = null) |
backendNodeId |
Resulting node. val backendNodeId: BackendNodeId |
frameId |
Frame this node belongs to. val frameId: FrameId |
nodeId |
Id of the node at given coordinates, only when enabled and requested document. val nodeId: NodeId? |