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.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)
-
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, java.util.Optional<StackTrace> stackTrace, java.util.Optional<java.lang.String> context)
ExceptionThrown(Timestamp timestamp, ExceptionDetails exceptionDetails)
-