Uses of Class
org.openqa.selenium.devtools.dom.DOM.GetNodeForLocationResponse
-
Packages that use DOM.GetNodeForLocationResponse Package Description org.openqa.selenium.devtools.dom -
-
Uses of DOM.GetNodeForLocationResponse in org.openqa.selenium.devtools.dom
Methods in org.openqa.selenium.devtools.dom that return types with arguments of type DOM.GetNodeForLocationResponse Modifier and Type Method Description static Command<DOM.GetNodeForLocationResponse>
DOM. getNodeForLocation(java.lang.Integer x, java.lang.Integer y, java.util.Optional<java.lang.Boolean> includeUserAgentShadowDOM)
Returns node id at given location.
-