Uses of Enum Class
org.openqa.selenium.remote.http.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in org.openqa.selenium.bidi.network
Methods in org.openqa.selenium.bidi.network with parameters of type HttpMethod -
Uses of HttpMethod in org.openqa.selenium.devtools
Methods in org.openqa.selenium.devtools that return HttpMethodModifier and TypeMethodDescriptionprotected HttpMethodNetworkInterceptor.convertFromCdpHttpMethod(String method) -
Uses of HttpMethod in org.openqa.selenium.devtools.idealized
Methods in org.openqa.selenium.devtools.idealized that return HttpMethodModifier and TypeMethodDescriptionprotected HttpMethodNetwork.convertFromCdpHttpMethod(String method) -
Uses of HttpMethod in org.openqa.selenium.grid.web
Constructors in org.openqa.selenium.grid.web with parameters of type HttpMethodModifierConstructorDescriptionStatusBasedReadinessCheck(HttpHandler handler, HttpMethod method, String url) -
Uses of HttpMethod in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidCommandCodec.defineCommand(String name, HttpMethod method, String pathPattern) Enhance this command codec with additional commands.Constructors in org.openqa.selenium.remote with parameters of type HttpMethod -
Uses of HttpMethod in org.openqa.selenium.remote.codec
Methods in org.openqa.selenium.remote.codec with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidAbstractHttpCommandCodec.defineCommand(String name, HttpMethod method, String pathPattern) Defines a new command mapping. -
Uses of HttpMethod in org.openqa.selenium.remote.http
Methods in org.openqa.selenium.remote.http that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodHttpMethod.getHttpMethod(String method) HttpRequest.getMethod()static HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.remote.http with parameters of type HttpMethod