Uses of Enum Class
org.openqa.selenium.devtools.v150.log.model.LogEntry.Source
Packages that use LogEntry.Source
-
Uses of LogEntry.Source in org.openqa.selenium.devtools.v150.log.model
Subclasses with type arguments of type LogEntry.Source in org.openqa.selenium.devtools.v150.log.modelMethods in org.openqa.selenium.devtools.v150.log.model that return LogEntry.SourceModifier and TypeMethodDescriptionstatic LogEntry.SourceLogEntry.Source.fromString(String s) LogEntry.getSource()Log entry source.static LogEntry.SourceReturns the enum constant of this class with the specified name.static LogEntry.Source[]LogEntry.Source.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.SourceModifierConstructorDescriptionLogEntry(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)