Uses of Enum Class
org.openqa.selenium.bidi.log.LogLevel
-
Uses of LogLevel in org.openqa.selenium.bidi.log
Modifier and TypeMethodDescriptionBaseLogEntry.getLevel()
FilterBy.getLevel()
static LogLevel
Returns 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.ModifierConstructorDescriptionBaseLogEntry
(LogLevel level, Source source, String text, long timestamp, StackTrace stackTrace) ConsoleLogEntry
(LogLevel level, Source source, String text, long timestamp, String type, String method, List<RemoteValue> args, StackTrace stackTrace) GenericLogEntry
(LogLevel level, Source source, String text, long timestamp, String type, StackTrace stackTrace) JavascriptLogEntry
(LogLevel level, Source source, String text, long timestamp, String type, StackTrace stackTrace)