Uses of Class
org.openqa.selenium.remote.http.HttpMethod
-
-
Uses of HttpMethod in org.openqa.selenium.devtools
Methods in org.openqa.selenium.devtools that return HttpMethod Modifier and Type Method Description protected HttpMethod
NetworkInterceptor. convertFromCdpHttpMethod(java.lang.String method)
-
Uses of HttpMethod in org.openqa.selenium.devtools.idealized
Methods in org.openqa.selenium.devtools.idealized that return HttpMethod Modifier and Type Method Description protected HttpMethod
Network. convertFromCdpHttpMethod(java.lang.String method)
-
Uses of HttpMethod in org.openqa.selenium.grid.web
Constructors in org.openqa.selenium.grid.web with parameters of type HttpMethod Constructor Description StatusBasedReadinessCheck(HttpHandler handler, HttpMethod method, java.lang.String url)
-
Uses of HttpMethod in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote with parameters of type HttpMethod Modifier and Type Method Description void
CommandCodec. defineCommand(java.lang.String name, HttpMethod method, java.lang.String pathPattern)
Enhance this command codec with additional commands.Constructors in org.openqa.selenium.remote with parameters of type HttpMethod Constructor Description CommandInfo(java.lang.String url, HttpMethod method)
-
Uses of HttpMethod in org.openqa.selenium.remote.codec
Methods in org.openqa.selenium.remote.codec with parameters of type HttpMethod Modifier and Type Method Description void
AbstractHttpCommandCodec. defineCommand(java.lang.String name, HttpMethod method, java.lang.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 HttpMethod Modifier and Type Method Description HttpMethod
HttpRequest. getMethod()
static HttpMethod
HttpMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpMethod[]
HttpMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.remote.http with parameters of type HttpMethod Constructor Description HttpRequest(HttpMethod method, java.lang.String uri)
-