Package | Description |
---|---|
org.openqa.selenium.remote | |
org.openqa.selenium.remote.http |
Constructor and Description |
---|
CommandInfo(String url,
HttpMethod method) |
Modifier and Type | Method and Description |
---|---|
HttpMethod |
HttpRequest.getMethod() |
static HttpMethod |
HttpMethod.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
JsonHttpCommandCodec.defineCommand(String name,
HttpMethod method,
String pathPattern)
Defines a new command mapping.
|
Constructor and Description |
---|
HttpRequest(HttpMethod method,
String uri) |
Copyright © 2015. All rights reserved.