Uses of Enum Class
org.openqa.selenium.devtools.v141.log.model.LogEntry.Level
Packages that use LogEntry.Level
-
Uses of LogEntry.Level in org.openqa.selenium.devtools.v141.log.model
Methods in org.openqa.selenium.devtools.v141.log.model that return LogEntry.LevelModifier and TypeMethodDescriptionstatic LogEntry.LevelLogEntry.Level.fromString(String s) LogEntry.getLevel()Log entry severity.static LogEntry.LevelReturns the enum constant of this class with the specified name.static LogEntry.Level[]LogEntry.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.log.model with parameters of type LogEntry.LevelModifierConstructorDescriptionLogEntry(LogEntry.Source source, LogEntry.Level level, String text, Optional<LogEntry.Category> category, Timestamp timestamp, Optional<String> url, Optional<Integer> lineNumber, Optional<StackTrace> stackTrace, Optional<RequestId> networkRequestId, Optional<String> workerId, Optional<List<RemoteObject>> args)