Uses of Enum Class
org.openqa.selenium.devtools.v150.network.model.ServiceWorkerResponseSource
Packages that use ServiceWorkerResponseSource
-
Uses of ServiceWorkerResponseSource in org.openqa.selenium.devtools.v150.network.model
Subclasses with type arguments of type ServiceWorkerResponseSource in org.openqa.selenium.devtools.v150.network.modelModifier and TypeClassDescriptionenumSource of serviceworker response.Methods in org.openqa.selenium.devtools.v150.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.v150.network.model that return types with arguments of type ServiceWorkerResponseSourceModifier and TypeMethodDescriptionResponse.getServiceWorkerResponseSource()Response source of response from ServiceWorker.