Uses of Enum Class
org.openqa.selenium.devtools.v141.log.model.LogEntry.Category
Packages that use LogEntry.Category
-
Uses of LogEntry.Category in org.openqa.selenium.devtools.v141.log.model
Methods in org.openqa.selenium.devtools.v141.log.model that return LogEntry.CategoryModifier and TypeMethodDescriptionstatic LogEntry.CategoryLogEntry.Category.fromString(String s) static LogEntry.CategoryReturns the enum constant of this class with the specified name.static LogEntry.Category[]LogEntry.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.log.model that return types with arguments of type LogEntry.CategoryConstructor parameters in org.openqa.selenium.devtools.v141.log.model with type arguments of type LogEntry.CategoryModifierConstructorDescriptionLogEntry(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)