| Package | Description |
|---|---|
| org.openqa.selenium.remote |
| Modifier and Type | Method and Description |
|---|---|
static HttpVerb |
HttpVerb.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static HttpVerb[] |
HttpVerb.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CommandInfo(String url,
HttpVerb verb)
Deprecated.
Use
org.openqa.selenium.remote.CommandInfo(String, HttpMethod). |
Copyright © 2014. All rights reserved.