Uses of Enum Class
org.openqa.selenium.devtools.v124.network.model.ServiceWorkerRouterSource
Packages that use ServiceWorkerRouterSource
-
Uses of ServiceWorkerRouterSource in org.openqa.selenium.devtools.v124.network.model
Methods in org.openqa.selenium.devtools.v124.network.model that return ServiceWorkerRouterSourceModifier and TypeMethodDescriptionstatic ServiceWorkerRouterSourceServiceWorkerRouterSource.fromString(String s) ServiceWorkerRouterInfo.getMatchedSourceType()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.Constructors in org.openqa.selenium.devtools.v124.network.model with parameters of type ServiceWorkerRouterSourceModifierConstructorDescriptionServiceWorkerRouterInfo(Integer ruleIdMatched, ServiceWorkerRouterSource matchedSourceType)