Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.InterceptionStage
Packages that use InterceptionStage
-
Uses of InterceptionStage in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return InterceptionStageModifier and TypeMethodDescriptionstatic InterceptionStageInterceptionStage.fromString(String s) static InterceptionStageReturns the enum constant of this class with the specified name.static InterceptionStage[]InterceptionStage.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 InterceptionStageModifier and TypeMethodDescriptionRequestPattern.getInterceptionStage()Stage at which to begin intercepting requests.