Uses of Class
org.openqa.selenium.devtools.runtime.model.Timestamp
-
Packages that use Timestamp Package Description org.openqa.selenium.devtools.log.model org.openqa.selenium.devtools.runtime.model -
-
Uses of Timestamp in org.openqa.selenium.devtools.log.model
Methods in org.openqa.selenium.devtools.log.model that return Timestamp Modifier and Type Method Description Timestamp
LogEntry. getTimestamp()
Timestamp when this entry was added.Constructors in org.openqa.selenium.devtools.log.model with parameters of type Timestamp 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)
-
Uses of Timestamp in org.openqa.selenium.devtools.runtime.model
Methods in org.openqa.selenium.devtools.runtime.model that return Timestamp Modifier and Type Method Description Timestamp
ConsoleAPICalled. getTimestamp()
Call timestamp.Timestamp
ExceptionThrown. getTimestamp()
Timestamp of the exception.Constructors in org.openqa.selenium.devtools.runtime.model with parameters of type Timestamp Constructor Description ConsoleAPICalled(ConsoleAPICalled.Type type, java.util.List<RemoteObject> args, ExecutionContextId executionContextId, Timestamp timestamp, StackTrace stackTrace, java.lang.String context)
ExceptionThrown(Timestamp timestamp, ExceptionDetails exceptionDetails)
-