Uses of Interface
org.openqa.selenium.remote.CommandCodec
-
Packages that use CommandCodec 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 CommandCodec in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return CommandCodec Modifier and Type Method Description abstract CommandCodec<org.openqa.selenium.remote.http.HttpRequest>
Dialect. getCommandCodec()
-
Uses of CommandCodec in org.openqa.selenium.remote.codec
Classes in org.openqa.selenium.remote.codec that implement CommandCodec Modifier and Type Class Description class
AbstractHttpCommandCodec
A command codec that adheres to the W3C's WebDriver wire protocol. -
Uses of CommandCodec in org.openqa.selenium.remote.codec.jwp
Classes in org.openqa.selenium.remote.codec.jwp that implement CommandCodec Modifier and Type Class Description class
JsonHttpCommandCodec
A command codec that adheres to the Selenium project's JSON/HTTP wire protocol. -
Uses of CommandCodec in org.openqa.selenium.remote.codec.w3c
Classes in org.openqa.selenium.remote.codec.w3c that implement CommandCodec Modifier and Type Class Description class
W3CHttpCommandCodec
A command codec that adheres to the W3C's WebDriver wire protocol.
-