Uses of Class
org.openqa.selenium.bidi.log.FilterBy
-
Packages that use FilterBy Package Description org.openqa.selenium.bidi org.openqa.selenium.bidi.log -
-
Uses of FilterBy in org.openqa.selenium.bidi
Methods in org.openqa.selenium.bidi with parameters of type FilterBy Modifier and Type Method Description voidLogInspector. onConsoleEntry(java.util.function.Consumer<ConsoleLogEntry> consumer, FilterBy filter)voidLogInspector. onGenericLog(java.util.function.Consumer<GenericLogEntry> consumer, FilterBy filter)voidLogInspector. onJavaScriptLog(java.util.function.Consumer<JavascriptLogEntry> consumer, FilterBy filter)voidLogInspector. onLog(java.util.function.Consumer<LogEntry> consumer, FilterBy filter) -
Uses of FilterBy in org.openqa.selenium.bidi.log
Methods in org.openqa.selenium.bidi.log that return FilterBy Modifier and Type Method Description static FilterByFilterBy. logLevel(LogLevel logLevel)
-