Uses of Class
org.openqa.selenium.devtools.fetch.model.RequestStage
-
Packages that use RequestStage Package Description org.openqa.selenium.devtools.fetch.model -
-
Uses of RequestStage in org.openqa.selenium.devtools.fetch.model
Methods in org.openqa.selenium.devtools.fetch.model that return RequestStage Modifier and Type Method Description static RequestStageRequestStage. fromString(java.lang.String s)RequestStageRequestPattern. getRequestStage()Stage at wich to begin intercepting requests.static RequestStageRequestStage. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RequestStage[]RequestStage. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.fetch.model with parameters of type RequestStage Constructor Description RequestPattern(java.lang.String urlPattern, ResourceType resourceType, RequestStage requestStage)
-