WebDriverCommandProcessor GetStringArray Method WebDriver
Gets a string array from the command processor.

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

public string[] GetStringArray(
	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 GetStringArray(String,  String )
See Also