WebDriverCommandProcessor Start Method (Object)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(
	Object optionsObject
)

Parameters

optionsObject
Type: OnlineSystem Object
An object representing the options to use.

Implements

ICommandProcessor Start(Object)
See Also