chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / GetFrameOwnerResponse

GetFrameOwnerResponse

data class GetFrameOwnerResponse

Response type for the DOMDomain.getFrameOwner command.

Constructors

<init>

Response type for the DOMDomain.getFrameOwner command.

GetFrameOwnerResponse(backendNodeId: BackendNodeId, nodeId: NodeId? = null)

Properties

backendNodeId

Resulting node.

val backendNodeId: BackendNodeId

nodeId

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

val nodeId: NodeId?