WebDriverCommandProcessor GetBooleanArray Method WebDriver
Gets an array of boolean values from the command processor.

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

public bool[] GetBooleanArray(
	string command,
	string[] args
)

Parameters

command
Type: OnlineSystem String
The command to send.
args
Type:  OnlineSystem String 
The arguments of the command.

Return Value

The result of the command.

Implements

ICommandProcessor GetBooleanArray(String,  String )
See Also