Uses of Class
org.openqa.selenium.devtools.v85.network.model.TimeSinceEpoch
Packages that use TimeSinceEpoch
Package
Description
-
Uses of TimeSinceEpoch in org.openqa.selenium.devtools.v85.backgroundservice.model
Methods in org.openqa.selenium.devtools.v85.backgroundservice.model that return TimeSinceEpochModifier and TypeMethodDescriptionBackgroundServiceEvent.getTimestamp()Timestamp of the event (in seconds).Constructors in org.openqa.selenium.devtools.v85.backgroundservice.model with parameters of type TimeSinceEpochModifierConstructorDescriptionBackgroundServiceEvent(TimeSinceEpoch timestamp, String origin, RegistrationID serviceWorkerRegistrationId, ServiceName service, String eventName, String instanceId, List<EventMetadata> eventMetadata) -
Uses of TimeSinceEpoch in org.openqa.selenium.devtools.v85.network.model
Methods in org.openqa.selenium.devtools.v85.network.model that return TimeSinceEpochModifier and TypeMethodDescriptionSignedCertificateTimestamp.getTimestamp()Issuance date.SecurityDetails.getValidFrom()Certificate valid from date.SecurityDetails.getValidTo()Certificate valid to (expiration) dateRequestWillBeSent.getWallTime()Timestamp.WebSocketWillSendHandshakeRequest.getWallTime()UTC Timestamp.Methods in org.openqa.selenium.devtools.v85.network.model that return types with arguments of type TimeSinceEpochModifier and TypeMethodDescriptionCookieParam.getExpires()Cookie expiration date, session cookie if not setResponse.getResponseTime()The time at which the returned response was generated.Constructors in org.openqa.selenium.devtools.v85.network.model with parameters of type TimeSinceEpochModifierConstructorDescriptionRequestWillBeSent(RequestId requestId, LoaderId loaderId, String documentURL, Request request, MonotonicTime timestamp, TimeSinceEpoch wallTime, Initiator initiator, Optional<Response> redirectResponse, Optional<ResourceType> type, Optional<FrameId> frameId, Optional<Boolean> hasUserGesture) SecurityDetails(String protocol, String keyExchange, Optional<String> keyExchangeGroup, String cipher, Optional<String> mac, CertificateId certificateId, String subjectName, List<String> sanList, String issuer, TimeSinceEpoch validFrom, TimeSinceEpoch validTo, List<SignedCertificateTimestamp> signedCertificateTimestampList, CertificateTransparencyCompliance certificateTransparencyCompliance) SignedCertificateTimestamp(String status, String origin, String logDescription, String logId, TimeSinceEpoch timestamp, String hashAlgorithm, String signatureAlgorithm, String signatureData) WebSocketWillSendHandshakeRequest(RequestId requestId, MonotonicTime timestamp, TimeSinceEpoch wallTime, WebSocketRequest request) -
Uses of TimeSinceEpoch in org.openqa.selenium.devtools.v85.page.model
Methods in org.openqa.selenium.devtools.v85.page.model that return types with arguments of type TimeSinceEpochModifier and TypeMethodDescriptionFrameResource.getLastModified()last-modified timestamp as reported by server.ScreencastFrameMetadata.getTimestamp()Frame swap timestamp.Constructor parameters in org.openqa.selenium.devtools.v85.page.model with type arguments of type TimeSinceEpochModifierConstructorDescriptionFrameResource(String url, ResourceType type, String mimeType, Optional<TimeSinceEpoch> lastModified, Optional<Number> contentSize, Optional<Boolean> failed, Optional<Boolean> canceled) ScreencastFrameMetadata(Number offsetTop, Number pageScaleFactor, Number deviceWidth, Number deviceHeight, Number scrollOffsetX, Number scrollOffsetY, Optional<TimeSinceEpoch> timestamp) -
Uses of TimeSinceEpoch in org.openqa.selenium.devtools.v85.security.model
Methods in org.openqa.selenium.devtools.v85.security.model that return TimeSinceEpochModifier and TypeMethodDescriptionCertificateSecurityState.getValidFrom()Certificate valid from date.CertificateSecurityState.getValidTo()Certificate valid to (expiration) dateConstructors in org.openqa.selenium.devtools.v85.security.model with parameters of type TimeSinceEpochModifierConstructorDescriptionCertificateSecurityState(String protocol, String keyExchange, Optional<String> keyExchangeGroup, String cipher, Optional<String> mac, List<String> certificate, String subjectName, String issuer, TimeSinceEpoch validFrom, TimeSinceEpoch validTo, Optional<String> certificateNetworkError, Boolean certificateHasWeakSignature, Boolean certificateHasSha1Signature, Boolean modernSSL, Boolean obsoleteSslProtocol, Boolean obsoleteSslKeyExchange, Boolean obsoleteSslCipher, Boolean obsoleteSslSignature)