Uses of Enum Class
org.openqa.selenium.bidi.log.LogLevel
Packages that use LogLevel
-
Uses of LogLevel in org.openqa.selenium.bidi.log
Methods in org.openqa.selenium.bidi.log that return LogLevelModifier and TypeMethodDescriptionBaseLogEntry.getLevel()FilterBy.getLevel()static LogLevelReturns the enum constant of this class with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.bidi.log with parameters of type LogLevelConstructors in org.openqa.selenium.bidi.log with parameters of type LogLevelModifierConstructorDescriptionBaseLogEntry(LogLevel level, Source source, String text, long timestamp, @Nullable StackTrace stackTrace) ConsoleLogEntry(LogLevel level, Source source, String text, long timestamp, String type, String method, List<RemoteValue> args, @Nullable StackTrace stackTrace) GenericLogEntry(LogLevel level, Source source, String text, long timestamp, String type, @Nullable StackTrace stackTrace) JavascriptLogEntry(LogLevel level, Source source, String text, long timestamp, String type, @Nullable StackTrace stackTrace)