Uses of Enum Class
org.openqa.selenium.devtools.v141.log.model.LogEntry.Source
Packages that use LogEntry.Source
-
Uses of LogEntry.Source in org.openqa.selenium.devtools.v141.log.model
Methods in org.openqa.selenium.devtools.v141.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.v141.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)