Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.ServiceWorkerRouterSource
Packages that use ServiceWorkerRouterSource
-
Uses of ServiceWorkerRouterSource in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return ServiceWorkerRouterSourceModifier and TypeMethodDescriptionstatic ServiceWorkerRouterSourceServiceWorkerRouterSource.fromString(String s) static ServiceWorkerRouterSourceReturns the enum constant of this class with the specified name.static ServiceWorkerRouterSource[]ServiceWorkerRouterSource.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 ServiceWorkerRouterSourceModifier and TypeMethodDescriptionServiceWorkerRouterInfo.getActualSourceType()The actual router source used.ServiceWorkerRouterInfo.getMatchedSourceType()The router source of the matched rule.