An NDoc Documented Class Library

ICommandProcessor.GetBoolean Method 

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

bool GetBoolean(
   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