Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.ServiceWorkerResponseSource
Packages that use ServiceWorkerResponseSource
-
Uses of ServiceWorkerResponseSource in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return ServiceWorkerResponseSourceModifier and TypeMethodDescriptionstatic ServiceWorkerResponseSourceServiceWorkerResponseSource.fromString(String s) static ServiceWorkerResponseSourceReturns the enum constant of this class with the specified name.static ServiceWorkerResponseSource[]ServiceWorkerResponseSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.network.model that return types with arguments of type ServiceWorkerResponseSourceModifier and TypeMethodDescriptionResponse.getServiceWorkerResponseSource()Response source of response from ServiceWorker.