Package org.openqa.selenium.devtools.dom
Class DOM.GetFrameOwnerResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.dom.DOM.GetFrameOwnerResponse
-
- Enclosing class:
- DOM
public static class DOM.GetFrameOwnerResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetFrameOwnerResponse(BackendNodeId backendNodeId, NodeId nodeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackendNodeId
getBackendNodeId()
Resulting node.NodeId
getNodeId()
Id of the node at given coordinates, only when enabled and requested document.
-
-
-
Constructor Detail
-
GetFrameOwnerResponse
public GetFrameOwnerResponse(BackendNodeId backendNodeId, NodeId nodeId)
-
-
Method Detail
-
getBackendNodeId
public BackendNodeId getBackendNodeId()
Resulting node.
-
getNodeId
public NodeId getNodeId()
Id of the node at given coordinates, only when enabled and requested document.
-
-