Uses of Interface
org.openqa.selenium.remote.ResponseCodec
-
Packages that use ResponseCodec Package Description org.openqa.selenium.remote org.openqa.selenium.remote.codec org.openqa.selenium.remote.codec.jwp org.openqa.selenium.remote.codec.w3c -
-
Uses of ResponseCodec in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return ResponseCodec Modifier and Type Method Description abstract ResponseCodec<org.openqa.selenium.remote.http.HttpResponse>Dialect. getResponseCodec() -
Uses of ResponseCodec in org.openqa.selenium.remote.codec
Classes in org.openqa.selenium.remote.codec that implement ResponseCodec Modifier and Type Class Description classAbstractHttpResponseCodecA response codec usable as a base for both the JSON and W3C wire protocols. -
Uses of ResponseCodec in org.openqa.selenium.remote.codec.jwp
Classes in org.openqa.selenium.remote.codec.jwp that implement ResponseCodec Modifier and Type Class Description classJsonHttpResponseCodecA response codec that adheres to the Selenium project's JSON/HTTP wire protocol. -
Uses of ResponseCodec in org.openqa.selenium.remote.codec.w3c
Classes in org.openqa.selenium.remote.codec.w3c that implement ResponseCodec Modifier and Type Class Description classW3CHttpResponseCodecA response codec that adheres to the W3C WebDriver wire protocol.
-