Uses of Class
org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.CommandSpec
-
Packages that use AbstractHttpCommandCodec.CommandSpec Package Description org.openqa.selenium.remote.codec -
-
Uses of AbstractHttpCommandCodec.CommandSpec in org.openqa.selenium.remote.codec
Methods in org.openqa.selenium.remote.codec that return AbstractHttpCommandCodec.CommandSpec Modifier and Type Method Description protected static AbstractHttpCommandCodec.CommandSpec
AbstractHttpCommandCodec. delete(java.lang.String path)
protected static AbstractHttpCommandCodec.CommandSpec
AbstractHttpCommandCodec. get(java.lang.String path)
protected static AbstractHttpCommandCodec.CommandSpec
AbstractHttpCommandCodec. post(java.lang.String path)
Methods in org.openqa.selenium.remote.codec with parameters of type AbstractHttpCommandCodec.CommandSpec Modifier and Type Method Description protected void
AbstractHttpCommandCodec. defineCommand(java.lang.String name, AbstractHttpCommandCodec.CommandSpec spec)
-