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.CommandSpecAbstractHttpCommandCodec. delete(java.lang.String path)protected static AbstractHttpCommandCodec.CommandSpecAbstractHttpCommandCodec. get(java.lang.String path)protected static AbstractHttpCommandCodec.CommandSpecAbstractHttpCommandCodec. post(java.lang.String path)Methods in org.openqa.selenium.remote.codec with parameters of type AbstractHttpCommandCodec.CommandSpec Modifier and Type Method Description protected voidAbstractHttpCommandCodec. defineCommand(java.lang.String name, AbstractHttpCommandCodec.CommandSpec spec)
-