An NDoc Documented Class Library

ICommandProcessor.GetString Method 

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

string GetString(
   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