Gets a string array from the command processor.
Namespace: SeleniumAssembly: Selenium.WebDriverBackedSelenium (in Selenium.WebDriverBackedSelenium.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- command
- Type:
System String
The command to send.
- args
- Type:
System String
The arguments of the command.
Return Value
The result of the command.Implements
ICommandProcessor GetStringArray(String, String )See Also