Uses of Enum Class
org.openqa.selenium.remote.http.HttpMethod
Packages that use HttpMethod
Package
Description
- 
Uses of HttpMethod in org.openqa.selenium.bidi.networkMethods in org.openqa.selenium.bidi.network with parameters of type HttpMethod
- 
Uses of HttpMethod in org.openqa.selenium.devtoolsMethods in org.openqa.selenium.devtools that return HttpMethodModifier and TypeMethodDescriptionprotected HttpMethodNetworkInterceptor.convertFromCdpHttpMethod(String method) 
- 
Uses of HttpMethod in org.openqa.selenium.devtools.idealizedMethods in org.openqa.selenium.devtools.idealized that return HttpMethodModifier and TypeMethodDescriptionprotected HttpMethodNetwork.convertFromCdpHttpMethod(String method) 
- 
Uses of HttpMethod in org.openqa.selenium.grid.webConstructors in org.openqa.selenium.grid.web with parameters of type HttpMethodModifierConstructorDescriptionStatusBasedReadinessCheck(HttpHandler handler, HttpMethod method, String url) 
- 
Uses of HttpMethod in org.openqa.selenium.remoteMethods 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.codecMethods 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.httpMethods 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