Uses of Interface
org.openqa.selenium.remote.ResponseCodec
Packages that use ResponseCodec
Package
Description
-
Uses of ResponseCodec in org.openqa.selenium.remote
Fields in org.openqa.selenium.remote declared as ResponseCodecModifier and TypeFieldDescriptionprotected ResponseCodec<org.openqa.selenium.remote.http.HttpResponse>
HttpCommandExecutor.responseCodec
Methods in org.openqa.selenium.remote that return ResponseCodecModifier and TypeMethodDescriptionabstract 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 ResponseCodecModifier and TypeClassDescriptionclass
A response codec usable as a base for both the JSON and W3C wire protocols. -
Uses of ResponseCodec in org.openqa.selenium.remote.codec.w3c
Classes in org.openqa.selenium.remote.codec.w3c that implement ResponseCodecModifier and TypeClassDescriptionclass
A response codec that adheres to the W3C WebDriver wire protocol.