An NDoc Documented Class Library

DefaultSeleneseCommand Constructor 

Creates a command with the specified arguments

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

Parameters

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

See Also

DefaultSeleneseCommand Class | Selenium Namespace