An NDoc Documented Class Library

ICommandProcessor.DoCommand Method 

Send the specified Selenese command to the browser to be performed

string DoCommand(
   string command,
   string[] args
);

Parameters

command
the Selenese command verb
args
the arguments to the Selenese command (depends on the verb)

Return Value

the command result, defined by the Selenese JavaScript. "getX" style commands may return data from the browser

See Also

ICommandProcessor Interface | Selenium Namespace