Class ServiceWorkerVersion
java.lang.Object
org.openqa.selenium.devtools.v150.serviceworker.model.ServiceWorkerVersion
ServiceWorker version.
-
Constructor Summary
ConstructorsConstructorDescriptionServiceWorkerVersion(String versionId, RegistrationID registrationId, String scriptURL, ServiceWorkerVersionRunningStatus runningStatus, ServiceWorkerVersionStatus status, Optional<Number> scriptLastModified, Optional<Number> scriptResponseTime, Optional<List<TargetID>> controlledClients, Optional<TargetID> targetId, Optional<String> routerRules) -
Method Summary
Modifier and TypeMethodDescriptionThe Last-Modified header value of the main script.The time at which the response headers of the main script were received from the server.
-
Constructor Details
-
ServiceWorkerVersion
public ServiceWorkerVersion(String versionId, RegistrationID registrationId, String scriptURL, ServiceWorkerVersionRunningStatus runningStatus, ServiceWorkerVersionStatus status, Optional<Number> scriptLastModified, Optional<Number> scriptResponseTime, Optional<List<TargetID>> controlledClients, Optional<TargetID> targetId, Optional<String> routerRules)
-
-
Method Details
-
getVersionId
-
getRegistrationId
-
getScriptURL
-
getRunningStatus
-
getStatus
-
getScriptLastModified
-
getScriptResponseTime
-
getControlledClients
-
getTargetId
-
getRouterRules
-