WebDriverCommandProcessor GetString Method WebDriver
Gets a string 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 GetString(
	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 GetString(String,  String )
See Also