Uses of Enum Class
org.openqa.selenium.devtools.v141.fetch.model.RequestStage
Packages that use RequestStage
-
Uses of RequestStage in org.openqa.selenium.devtools.v141.fetch.model
Methods in org.openqa.selenium.devtools.v141.fetch.model that return RequestStageModifier and TypeMethodDescriptionstatic RequestStageRequestStage.fromString(String s) static RequestStageReturns the enum constant of this class with the specified name.static RequestStage[]RequestStage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.fetch.model that return types with arguments of type RequestStageModifier and TypeMethodDescriptionRequestPattern.getRequestStage()Stage at which to begin intercepting requests.