An NDoc Documented Class Library

HttpCommandProcessor.DoCommand Method 

Send the specified remote command to the browser to be performed

public 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

Implements

ICommandProcessor.DoCommand

See Also

HttpCommandProcessor Class | Selenium Namespace