Uses of Class
org.openqa.selenium.devtools.v141.dom.DOM.PerformSearchResponse
Packages that use DOM.PerformSearchResponse
-
Uses of DOM.PerformSearchResponse in org.openqa.selenium.devtools.v141.dom
Methods in org.openqa.selenium.devtools.v141.dom that return types with arguments of type DOM.PerformSearchResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<DOM.PerformSearchResponse> DOM.performSearch(String query, Optional<Boolean> includeUserAgentShadowDOM) Searches for a given string in the DOM tree.