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