Uses of Class
org.openqa.selenium.remote.Command
Packages that use Command
Package
Description
-
Uses of Command in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return CommandModifier and TypeMethodDescriptionDecodes a command.Methods in org.openqa.selenium.remote with parameters of type CommandModifier and TypeMethodDescriptionProtocolHandshake.createSession
(org.openqa.selenium.remote.http.HttpHandler client, Command command) Encodes a command. -
Uses of Command in org.openqa.selenium.remote.codec
Methods in org.openqa.selenium.remote.codec that return CommandModifier and TypeMethodDescriptionAbstractHttpCommandCodec.decode
(org.openqa.selenium.remote.http.HttpRequest encodedCommand) Methods in org.openqa.selenium.remote.codec with parameters of type Command -
Uses of Command in org.openqa.selenium.remote.service
Methods in org.openqa.selenium.remote.service with parameters of type Command