Uses of Enum Class
org.openqa.selenium.devtools.v141.serviceworker.model.ServiceWorkerVersionRunningStatus
Packages that use ServiceWorkerVersionRunningStatus
-
Uses of ServiceWorkerVersionRunningStatus in org.openqa.selenium.devtools.v141.serviceworker.model
Methods in org.openqa.selenium.devtools.v141.serviceworker.model that return ServiceWorkerVersionRunningStatusModifier and TypeMethodDescriptionServiceWorkerVersionRunningStatus.fromString(String s) ServiceWorkerVersion.getRunningStatus()Returns the enum constant of this class with the specified name.static ServiceWorkerVersionRunningStatus[]ServiceWorkerVersionRunningStatus.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 ServiceWorkerVersionRunningStatusModifierConstructorDescriptionServiceWorkerVersion(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)