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<org.openqa.selenium.remote.http.HttpRequest>HttpCommandExecutor.commandCodecMethods in org.openqa.selenium.remote that return CommandCodecModifier and TypeMethodDescriptionabstract 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 CommandCodecModifier and TypeClassDescriptionclassA 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 TypeClassDescriptionclassA command codec that adheres to the W3C's WebDriver wire protocol.