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