DefaultRemoteCommand Constructor WebDriver
Creates a command with the specified arguments

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public DefaultRemoteCommand(
	string command,
	string[] args
)

Parameters

command
Type: OnlineSystem String
the name of the command to run
args
Type:  OnlineSystem String 
its arguments (convert non-string arguments to strings)
See Also