Uses of Class
org.openqa.selenium.devtools.v99.fetch.model.RequestStage
-
Packages that use RequestStage Package Description org.openqa.selenium.devtools.v99.fetch.model -
-
Uses of RequestStage in org.openqa.selenium.devtools.v99.fetch.model
Methods in org.openqa.selenium.devtools.v99.fetch.model that return RequestStage Modifier and Type Method Description static RequestStageRequestStage. fromString(java.lang.String s)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.Methods in org.openqa.selenium.devtools.v99.fetch.model that return types with arguments of type RequestStage Modifier and Type Method Description java.util.Optional<RequestStage>RequestPattern. getRequestStage()Stage at which to begin intercepting requests.
-