Uses of Class
org.openqa.selenium.devtools.v96.runtime.model.Timestamp
-
Packages that use Timestamp Package Description org.openqa.selenium.devtools.v96.log.model org.openqa.selenium.devtools.v96.runtime.model -
-
Uses of Timestamp in org.openqa.selenium.devtools.v96.log.model
Methods in org.openqa.selenium.devtools.v96.log.model that return Timestamp Modifier and Type Method Description TimestampLogEntry. getTimestamp()Timestamp when this entry was added.Constructors in org.openqa.selenium.devtools.v96.log.model with parameters of type Timestamp Constructor Description LogEntry(LogEntry.Source source, LogEntry.Level level, java.lang.String text, java.util.Optional<LogEntry.Category> category, 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.v96.runtime.model
Methods in org.openqa.selenium.devtools.v96.runtime.model that return Timestamp Modifier and Type Method Description TimestampConsoleAPICalled. getTimestamp()Call timestamp.TimestampExceptionThrown. getTimestamp()Timestamp of the exception.Constructors in org.openqa.selenium.devtools.v96.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)
-