Uses of Class
org.openqa.selenium.devtools.serviceworker.model.ServiceWorkerVersionStatus
-
Packages that use ServiceWorkerVersionStatus Package Description org.openqa.selenium.devtools.serviceworker.model -
-
Uses of ServiceWorkerVersionStatus in org.openqa.selenium.devtools.serviceworker.model
Methods in org.openqa.selenium.devtools.serviceworker.model that return ServiceWorkerVersionStatus Modifier and Type Method Description static ServiceWorkerVersionStatusServiceWorkerVersionStatus. fromString(java.lang.String s)ServiceWorkerVersionStatusServiceWorkerVersion. getStatus()static ServiceWorkerVersionStatusServiceWorkerVersionStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceWorkerVersionStatus[]ServiceWorkerVersionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.serviceworker.model with parameters of type ServiceWorkerVersionStatus Constructor Description ServiceWorkerVersion(java.lang.String versionId, RegistrationID registrationId, java.lang.String scriptURL, ServiceWorkerVersionRunningStatus runningStatus, ServiceWorkerVersionStatus status, java.util.Optional<java.lang.Number> scriptLastModified, java.util.Optional<java.lang.Number> scriptResponseTime, java.util.Optional<java.util.List<TargetID>> controlledClients, java.util.Optional<TargetID> targetId)
-