An NDoc Documented Class Library

DefaultRemoteCommand Constructor 

Creates a command with the specified arguments

public DefaultRemoteCommand(
   string command,
   string[] args
);

Parameters

command
the name of the command to run
args
its arguments (convert non-string arguments to strings)

See Also

DefaultRemoteCommand Class | Selenium Namespace