Uses of Class
org.openqa.selenium.remote.http.HttpMethod
-
-
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)
-