An NDoc Documented Class Library

HttpCommandProcessor.DoCommand Method 

Send the specified Selenese command to the browser to be performed

public 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

Implements

ICommandProcessor.DoCommand

See Also

HttpCommandProcessor Class | Selenium Namespace