GetFrameOwnerResponse

@Serializable
data class GetFrameOwnerResponse(val backendNodeId: BackendNodeId, val nodeId: NodeId? = null)(source)

Response type for the DOMDomain.getFrameOwner command.

Constructors

Link copied to clipboard
constructor(backendNodeId: BackendNodeId, nodeId: NodeId? = null)

Properties

Link copied to clipboard

Resulting node.

Link copied to clipboard
val nodeId: NodeId? = null

Id of the node at given coordinates, only when enabled and requested document.