| 程序包 | 说明 |
|---|---|
| org.openqa.selenium.remote | |
| org.openqa.selenium.remote.http |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract ResponseCodec<HttpResponse> |
Dialect.getResponseCodec() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractHttpResponseCodec
A response codec usable as a base for both the JSON and W3C wire protocols.
|
class |
JsonHttpResponseCodec
A response codec that adheres to the Selenium project's JSON/HTTP wire protocol.
|
class |
W3CHttpResponseCodec
A response codec that adheres to the W3C WebDriver wire protocol.
|