WebDriverCommandProcessor Start Method (String)WebDriver
Starts the command processor using the specified options.

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

public void Start(
	string optionsString
)

Parameters

optionsString
Type: OnlineSystem String
A string representing the options to use.

Implements

ICommandProcessor Start(String)
See Also