An NDoc Documented Class Library

ICommandProcessor.GetStringArray Method 

Runs the specified remote accessor (getter) command and returns the retrieved result

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

Parameters

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

Return Value

the result of running the accessor on the browser

See Also

ICommandProcessor Interface | Selenium Namespace