data class GetFrameOwnerResponse
Response type for the DOMDomain.getFrameOwner command.
<init> |
Response type for the DOMDomain.getFrameOwner command. GetFrameOwnerResponse(backendNodeId: BackendNodeId, nodeId: NodeId? = null) |
backendNodeId |
Resulting node. val backendNodeId: BackendNodeId |
nodeId |
Id of the node at given coordinates, only when enabled and requested document. val nodeId: NodeId? |