An NDoc Documented Class Library

HttpCommandProcessor.GetBoolean Method 

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

public bool GetBoolean(
   string commandName,
   string[] args
);

Parameters

commandName
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

Implements

ICommandProcessor.GetBoolean

See Also

HttpCommandProcessor Class | Selenium Namespace