HttpCommandProcessor GetBoolean Method WebDriver
Runs the specified remote accessor (getter) command and returns the retrieved result

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

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

Parameters

commandName
Type: OnlineSystem String
the remote Command verb
args
Type:  OnlineSystem String 
the arguments to the remote Command (depends on the verb)

Return Value

the result of running the accessor on the browser

Implements

ICommandProcessor GetBoolean(String,  String )
See Also