Uses of Enum Class
org.openqa.selenium.devtools.v150.log.model.LogEntry.Level
Packages that use LogEntry.Level
-
Uses of LogEntry.Level in org.openqa.selenium.devtools.v150.log.model
Subclasses with type arguments of type LogEntry.Level in org.openqa.selenium.devtools.v150.log.modelMethods in org.openqa.selenium.devtools.v150.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.v150.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)