Uses of Class
org.openqa.selenium.devtools.log.model.LogEntry.Level
-
Packages that use LogEntry.Level Package Description org.openqa.selenium.devtools.log.model -
-
Uses of LogEntry.Level in org.openqa.selenium.devtools.log.model
Methods in org.openqa.selenium.devtools.log.model that return LogEntry.Level Modifier and Type Method Description static LogEntry.Level
LogEntry.Level. fromString(java.lang.String s)
LogEntry.Level
LogEntry. getLevel()
Log entry severity.static LogEntry.Level
LogEntry.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.log.model with parameters of type LogEntry.Level Constructor Description LogEntry(LogEntry.Source source, LogEntry.Level level, java.lang.String text, Timestamp timestamp, java.lang.String url, java.lang.Integer lineNumber, StackTrace stackTrace, RequestId networkRequestId, java.lang.String workerId, java.util.List<RemoteObject> args)
-