Uses of Class
org.openqa.selenium.remote.codec.AbstractHttpResponseCodec
-
Packages that use AbstractHttpResponseCodec Package Description org.openqa.selenium.remote.codec.jwp org.openqa.selenium.remote.codec.w3c -
-
Uses of AbstractHttpResponseCodec in org.openqa.selenium.remote.codec.jwp
Subclasses of AbstractHttpResponseCodec in org.openqa.selenium.remote.codec.jwp Modifier and Type Class Description classJsonHttpResponseCodecA response codec that adheres to the Selenium project's JSON/HTTP wire protocol. -
Uses of AbstractHttpResponseCodec in org.openqa.selenium.remote.codec.w3c
Subclasses of AbstractHttpResponseCodec in org.openqa.selenium.remote.codec.w3c Modifier and Type Class Description classW3CHttpResponseCodecA response codec that adheres to the W3C WebDriver wire protocol.
-