Uses of Interface
org.openqa.selenium.remote.ResponseCodec
Packages that use ResponseCodec
Package
Description
- 
Uses of ResponseCodec in org.openqa.selenium.remoteFields in org.openqa.selenium.remote declared as ResponseCodecModifier and TypeFieldDescriptionprotected ResponseCodec<HttpResponse>HttpCommandExecutor.responseCodecMethods in org.openqa.selenium.remote that return ResponseCodecModifier and TypeMethodDescriptionabstract ResponseCodec<HttpResponse>Dialect.getResponseCodec()
- 
Uses of ResponseCodec in org.openqa.selenium.remote.codecClasses in org.openqa.selenium.remote.codec that implement ResponseCodecModifier and TypeClassDescriptionclassA response codec usable as a base for both the JSON and W3C wire protocols.
- 
Uses of ResponseCodec in org.openqa.selenium.remote.codec.w3cClasses in org.openqa.selenium.remote.codec.w3c that implement ResponseCodecModifier and TypeClassDescriptionclassA response codec that adheres to the W3C WebDriver wire protocol.