| 程序包 | 说明 |
|---|---|
| org.openqa.selenium.firefox | |
| org.openqa.selenium.firefox.internal | |
| org.openqa.selenium.remote | |
| org.openqa.selenium.remote.http | |
| org.openqa.selenium.remote.service |
| 限定符和类型 | 方法和说明 |
|---|---|
Response |
FirefoxDriver.LazyCommandExecutor.execute(Command command) |
| 限定符和类型 | 方法和说明 |
|---|---|
Response |
NewProfileExtensionConnection.execute(Command command) |
| 限定符和类型 | 方法和说明 |
|---|---|
Response |
ProtocolHandshake.Result.createResponse() |
Response |
ResponseCodec.decode(T encodedResponse)
Decodes a response.
|
Response |
HttpCommandExecutor.execute(Command command) |
Response |
CommandExecutor.execute(Command command) |
Response |
ErrorHandler.throwIfResponseFailed(Response response,
long duration) |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
ResponseCodec.encode(Response response)
Encodes a response.
|
Response |
ErrorHandler.throwIfResponseFailed(Response response,
long duration) |
| 限定符和类型 | 方法和说明 |
|---|---|
Response |
W3CHttpResponseCodec.decode(HttpResponse encodedResponse) |
Response |
AbstractHttpResponseCodec.decode(HttpResponse encodedResponse) |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpResponse |
AbstractHttpResponseCodec.encode(Response response)
Encodes the given response as a HTTP response message.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Response |
DriverCommandExecutor.execute(Command command)
Sends the
command to the driver server for execution. |