An NDoc Documented Class Library

ICommandProcessor.GetStringArray Method 

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

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

Parameters

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

Return Value

the result of running the accessor on the browser

See Also

ICommandProcessor Interface | Selenium Namespace