Uses of Class
org.openqa.selenium.devtools.log.model.LogEntry.Source
-
Packages that use LogEntry.Source Package Description org.openqa.selenium.devtools.log.model -
-
Uses of LogEntry.Source in org.openqa.selenium.devtools.log.model
Methods in org.openqa.selenium.devtools.log.model that return LogEntry.Source Modifier and Type Method Description static LogEntry.Source
LogEntry.Source. fromString(java.lang.String s)
LogEntry.Source
LogEntry. getSource()
Log entry source.static LogEntry.Source
LogEntry.Source. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LogEntry.Source[]
LogEntry.Source. 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.Source 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)
-