Class W3CHttpCommandCodec
java.lang.Object
org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
org.openqa.selenium.remote.codec.w3c.W3CHttpCommandCodec
- All Implemented Interfaces:
CommandCodec<HttpRequest>
A command codec that adheres to the W3C's WebDriver wire protocol.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
AbstractHttpCommandCodec.CommandSpec
-
Constructor Summary
-
Method Summary
Methods inherited from class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
alias, decode, defineCommand, defineCommand, delete, encode, get, isSupported, post
-
Constructor Details
-
W3CHttpCommandCodec
public W3CHttpCommandCodec()
-
-
Method Details
-
amendParameters
- Specified by:
amendParameters
in classAbstractHttpCommandCodec
-