Uses of Class
org.openqa.selenium.devtools.network.model.InterceptionStage
-
Packages that use InterceptionStage Package Description org.openqa.selenium.devtools.network.model -
-
Uses of InterceptionStage in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return InterceptionStage Modifier and Type Method Description static InterceptionStageInterceptionStage. fromString(java.lang.String s)InterceptionStageRequestPattern. getInterceptionStage()Stage at wich to begin intercepting requests.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.Constructors in org.openqa.selenium.devtools.network.model with parameters of type InterceptionStage Constructor Description RequestPattern(java.lang.String urlPattern, ResourceType resourceType, InterceptionStage interceptionStage)
-