Describes a command to be executed by the WebDriverJS framework.
The name of this command.
string
This command's name.
Returns a named command parameter.
The parameter key to look up.
any
The parameter value, or undefined if it has not been set.
any
The parameters to send with this command.
Sets a parameter to send with this command.
The parameter name.
The parameter value.
A self reference.
Sets the parameters for this command.
The command parameters.
A self reference.