pl.wendigo.chrome.domain.dom / GetFrameOwnerResponse

GetFrameOwnerResponse

data class GetFrameOwnerResponse (source)

Represents response frame for DOM.getFrameOwner method call.

Returns iframe node that owns iframe with the given domain.

Constructors

<init>

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

Represents response frame for DOM.getFrameOwner method call.

Properties

backendNodeId

val backendNodeId: BackendNodeId

Resulting node.

nodeId

val nodeId: NodeId?

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