Uses of Class
org.openqa.selenium.devtools.v95.log.model.LogEntry.Category
-
Packages that use LogEntry.Category Package Description org.openqa.selenium.devtools.v95.log.model -
-
Uses of LogEntry.Category in org.openqa.selenium.devtools.v95.log.model
Methods in org.openqa.selenium.devtools.v95.log.model that return LogEntry.Category Modifier and Type Method Description static LogEntry.CategoryLogEntry.Category. fromString(java.lang.String s)static LogEntry.CategoryLogEntry.Category. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogEntry.Category[]LogEntry.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v95.log.model that return types with arguments of type LogEntry.Category Modifier and Type Method Description java.util.Optional<LogEntry.Category>LogEntry. getCategory()Constructor parameters in org.openqa.selenium.devtools.v95.log.model with type arguments of type LogEntry.Category 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)
-