Uses of Class
org.openqa.selenium.devtools.v141.network.model.TimeSinceEpoch
Packages that use TimeSinceEpoch
Package
Description
-
Uses of TimeSinceEpoch in org.openqa.selenium.devtools.v141.backgroundservice.model
Methods in org.openqa.selenium.devtools.v141.backgroundservice.model that return TimeSinceEpochModifier and TypeMethodDescriptionBackgroundServiceEvent.getTimestamp()Timestamp of the event (in seconds).Constructors in org.openqa.selenium.devtools.v141.backgroundservice.model with parameters of type TimeSinceEpochModifierConstructorDescriptionBackgroundServiceEvent(TimeSinceEpoch timestamp, String origin, RegistrationID serviceWorkerRegistrationId, ServiceName service, String eventName, String instanceId, List<EventMetadata> eventMetadata, String storageKey) -
Uses of TimeSinceEpoch in org.openqa.selenium.devtools.v141.filesystem.model
Methods in org.openqa.selenium.devtools.v141.filesystem.model that return TimeSinceEpochConstructors in org.openqa.selenium.devtools.v141.filesystem.model with parameters of type TimeSinceEpochModifierConstructorDescriptionFile(String name, TimeSinceEpoch lastModified, Number size, String type) -
Uses of TimeSinceEpoch in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return TimeSinceEpochModifier and TypeMethodDescriptionReportingApiReport.getTimestamp()When the report was generated.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.v141.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.v141.network.model with parameters of type TimeSinceEpochModifierConstructorDescriptionReportingApiReport(ReportId id, String initiatorUrl, String destination, String type, TimeSinceEpoch timestamp, Integer depth, Integer completedAttempts, Map<String, Object> body, ReportStatus status) RequestWillBeSent(RequestId requestId, LoaderId loaderId, String documentURL, Request request, MonotonicTime timestamp, TimeSinceEpoch wallTime, Initiator initiator, Boolean redirectHasExtraInfo, 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, Optional<Integer> serverSignatureAlgorithm, Boolean encryptedClientHello) WebSocketWillSendHandshakeRequest(RequestId requestId, MonotonicTime timestamp, TimeSinceEpoch wallTime, WebSocketRequest request) -
Uses of TimeSinceEpoch in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return TimeSinceEpochMethods in org.openqa.selenium.devtools.v141.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.Constructors in org.openqa.selenium.devtools.v141.page.model with parameters of type TimeSinceEpochModifierConstructorDescriptionOriginTrialToken(String origin, Boolean matchSubDomains, String trialName, TimeSinceEpoch expiryTime, Boolean isThirdParty, OriginTrialUsageRestriction usageRestriction) Constructor parameters in org.openqa.selenium.devtools.v141.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.v141.performancetimeline.model
Methods in org.openqa.selenium.devtools.v141.performancetimeline.model that return TimeSinceEpochModifier and TypeMethodDescriptionLayoutShift.getLastInputTime()LargestContentfulPaint.getLoadTime()LargestContentfulPaint.getRenderTime()TimelineEvent.getTime()Time in seconds since Epoch, monotonically increasing within document lifetime.Constructors in org.openqa.selenium.devtools.v141.performancetimeline.model with parameters of type TimeSinceEpochModifierConstructorDescriptionLargestContentfulPaint(TimeSinceEpoch renderTime, TimeSinceEpoch loadTime, Number size, Optional<String> elementId, Optional<String> url, Optional<BackendNodeId> nodeId) LayoutShift(Number value, Boolean hadRecentInput, TimeSinceEpoch lastInputTime, List<LayoutShiftAttribution> sources) TimelineEvent(FrameId frameId, String type, String name, TimeSinceEpoch time, Optional<Number> duration, Optional<LargestContentfulPaint> lcpDetails, Optional<LayoutShift> layoutShiftDetails) -
Uses of TimeSinceEpoch in org.openqa.selenium.devtools.v141.security.model
Methods in org.openqa.selenium.devtools.v141.security.model that return TimeSinceEpochModifier and TypeMethodDescriptionCertificateSecurityState.getValidFrom()Certificate valid from date.CertificateSecurityState.getValidTo()Certificate valid to (expiration) dateConstructors in org.openqa.selenium.devtools.v141.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) -
Uses of TimeSinceEpoch in org.openqa.selenium.devtools.v141.storage.model
Methods in org.openqa.selenium.devtools.v141.storage.model that return TimeSinceEpochModifier and TypeMethodDescriptionInterestGroupAccessed.getAccessTime()SharedStorageAccessed.getAccessTime()Time of the access.SharedStorageMetadata.getCreationTime()Time when the origin's shared storage was last created.InterestGroupAuctionEventOccurred.getEventTime()StorageBucketInfo.getExpiration()SharedStorageWorkletOperationExecutionFinished.getFinishedTime()Time that the operation finished.AttributionReportingSourceRegistration.getTime()Constructors in org.openqa.selenium.devtools.v141.storage.model with parameters of type TimeSinceEpochModifierConstructorDescriptionAttributionReportingSourceRegistration(TimeSinceEpoch time, Integer expiry, List<Number> triggerData, AttributionReportingEventReportWindows eventReportWindows, Integer aggregatableReportWindow, AttributionReportingSourceType type, String sourceOrigin, String reportingOrigin, List<String> destinationSites, UnsignedInt64AsBase10 eventId, SignedInt64AsBase10 priority, List<AttributionReportingFilterDataEntry> filterData, List<AttributionReportingAggregationKeysEntry> aggregationKeys, Optional<UnsignedInt64AsBase10> debugKey, AttributionReportingTriggerDataMatching triggerDataMatching, SignedInt64AsBase10 destinationLimitPriority, AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig, Optional<AttributionScopesData> scopesData, Integer maxEventLevelReports, List<AttributionReportingNamedBudgetDef> namedBudgets, Boolean debugReporting, Number eventLevelEpsilon) InterestGroupAccessed(TimeSinceEpoch accessTime, InterestGroupAccessType type, String ownerOrigin, String name, Optional<String> componentSellerOrigin, Optional<Number> bid, Optional<String> bidCurrency, Optional<InterestGroupAuctionId> uniqueAuctionId) InterestGroupAuctionEventOccurred(TimeSinceEpoch eventTime, InterestGroupAuctionEventType type, InterestGroupAuctionId uniqueAuctionId, Optional<InterestGroupAuctionId> parentAuctionId, Optional<Map<String, Object>> auctionConfig) SharedStorageAccessed(TimeSinceEpoch accessTime, SharedStorageAccessScope scope, SharedStorageAccessMethod method, FrameId mainFrameId, String ownerOrigin, String ownerSite, SharedStorageAccessParams params) SharedStorageMetadata(TimeSinceEpoch creationTime, Integer length, Number remainingBudget, Integer bytesUsed) SharedStorageWorkletOperationExecutionFinished(TimeSinceEpoch finishedTime, Integer executionTime, SharedStorageAccessMethod method, String operationId, TargetID workletTargetId, FrameId mainFrameId, String ownerOrigin) StorageBucketInfo(StorageBucket bucket, String id, TimeSinceEpoch expiration, Number quota, Boolean persistent, StorageBucketsDurability durability)