pl.wendigo.chrome.domain.dom / GetNodeForLocationResponse

GetNodeForLocationResponse

data class GetNodeForLocationResponse (source)

Represents response frame for DOM.getNodeForLocation method call.

Returns node id at given location. Depending on whether DOM domain is enabled, nodeId is either returned or not.

Constructors

<init>

GetNodeForLocationResponse(backendNodeId: BackendNodeId, frameId: FrameId, nodeId: NodeId? = null)

Represents response frame for DOM.getNodeForLocation method call.

Properties

backendNodeId

val backendNodeId: BackendNodeId

Resulting node.

frameId

val frameId: FrameId

Frame this node belongs to.

nodeId

val nodeId: NodeId?

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