Uses of Enum Class
org.openqa.selenium.devtools.v141.serviceworker.model.ServiceWorkerVersionStatus
Packages that use ServiceWorkerVersionStatus
-
Uses of ServiceWorkerVersionStatus in org.openqa.selenium.devtools.v141.serviceworker.model
Methods in org.openqa.selenium.devtools.v141.serviceworker.model that return ServiceWorkerVersionStatusModifier and TypeMethodDescriptionstatic ServiceWorkerVersionStatusServiceWorkerVersionStatus.fromString(String s) ServiceWorkerVersion.getStatus()static ServiceWorkerVersionStatusReturns the enum constant of this class with the specified name.static ServiceWorkerVersionStatus[]ServiceWorkerVersionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.serviceworker.model with parameters of type ServiceWorkerVersionStatusModifierConstructorDescriptionServiceWorkerVersion(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)