Uses of Class
org.openqa.selenium.devtools.debugger.model.SearchMatch
-
Packages that use SearchMatch Package Description org.openqa.selenium.devtools.debugger org.openqa.selenium.devtools.network org.openqa.selenium.devtools.page -
-
Uses of SearchMatch in org.openqa.selenium.devtools.debugger
Methods in org.openqa.selenium.devtools.debugger that return types with arguments of type SearchMatch Modifier and Type Method Description static Command<java.util.List<SearchMatch>>
Debugger. searchInContent(ScriptId scriptId, java.lang.String query, java.util.Optional<java.lang.Boolean> caseSensitive, java.util.Optional<java.lang.Boolean> isRegex)
Searches for given string in script content. -
Uses of SearchMatch in org.openqa.selenium.devtools.network
Methods in org.openqa.selenium.devtools.network that return types with arguments of type SearchMatch Modifier and Type Method Description static Command<java.util.List<SearchMatch>>
Network. searchInResponseBody(RequestId requestId, java.lang.String query, java.util.Optional<java.lang.Boolean> caseSensitive, java.util.Optional<java.lang.Boolean> isRegex)
Searches for given string in response content. -
Uses of SearchMatch in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return types with arguments of type SearchMatch Modifier and Type Method Description static Command<java.util.List<SearchMatch>>
Page. searchInResource(FrameId frameId, java.lang.String url, java.lang.String query, java.util.Optional<java.lang.Boolean> caseSensitive, java.util.Optional<java.lang.Boolean> isRegex)
Searches for given string in resource content.
-