Uses of Interface
org.openqa.selenium.remote.CommandCodec
Packages that use CommandCodec
Package
Description
-
Uses of CommandCodec in org.openqa.selenium.remote
Fields in org.openqa.selenium.remote declared as CommandCodecModifier and TypeFieldDescriptionprotected CommandCodec<HttpRequest>
HttpCommandExecutor.commandCodec
Methods in org.openqa.selenium.remote that return CommandCodec -
Uses of CommandCodec in org.openqa.selenium.remote.codec
Classes in org.openqa.selenium.remote.codec that implement CommandCodecModifier and TypeClassDescriptionclass
A command codec that adheres to the W3C's WebDriver wire protocol. -
Uses of CommandCodec in org.openqa.selenium.remote.codec.w3c
Classes in org.openqa.selenium.remote.codec.w3c that implement CommandCodecModifier and TypeClassDescriptionclass
A command codec that adheres to the W3C's WebDriver wire protocol.