Uses of Class
org.openqa.selenium.devtools.v104.network.model.InterceptionStage
-
Packages that use InterceptionStage Package Description org.openqa.selenium.devtools.v104.network.model -
-
Uses of InterceptionStage in org.openqa.selenium.devtools.v104.network.model
Methods in org.openqa.selenium.devtools.v104.network.model that return InterceptionStage Modifier and Type Method Description static InterceptionStageInterceptionStage. fromString(java.lang.String s)static InterceptionStageInterceptionStage. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InterceptionStage[]InterceptionStage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v104.network.model that return types with arguments of type InterceptionStage Modifier and Type Method Description java.util.Optional<InterceptionStage>RequestPattern. getInterceptionStage()Stage at which to begin intercepting requests.
-