An NDoc Documented Class Library

ICommandProcessor.DoCommand Method 

Send the specified remote command to the browser to be performed

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

Parameters

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

Return Value

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

See Also

ICommandProcessor Interface | Selenium Namespace