Uses of Class
org.openqa.selenium.devtools.v141.dom.DOM.GetNodeForLocationResponse
Packages that use DOM.GetNodeForLocationResponse
-
Uses of DOM.GetNodeForLocationResponse in org.openqa.selenium.devtools.v141.dom
Methods in org.openqa.selenium.devtools.v141.dom that return types with arguments of type DOM.GetNodeForLocationResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<DOM.GetNodeForLocationResponse> DOM.getNodeForLocation(Integer x, Integer y, Optional<Boolean> includeUserAgentShadowDOM, Optional<Boolean> ignorePointerEventsNone) Returns node id at given location.