| 程序包 | 说明 |
|---|---|
| org.openqa.selenium.remote | |
| org.openqa.selenium.remote.http | |
| org.openqa.selenium.remote.internal |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract CommandCodec<HttpRequest> |
Dialect.getCommandCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpRequest |
AbstractHttpCommandCodec.encode(Command command) |
| 限定符和类型 | 方法和说明 |
|---|---|
Command |
AbstractHttpCommandCodec.decode(HttpRequest encodedCommand) |
HttpResponse |
HttpClient.execute(HttpRequest request,
boolean followRedirects)
Executes the given request.
|
| 限定符和类型 | 方法和说明 |
|---|---|
HttpResponse |
ApacheHttpClient.execute(HttpRequest request,
boolean followRedirects) |