HttpCommandProcessor Start Method (Object)WebDriver
Wraps the version of start() that takes a string parameter, sending it the result of calling ToString() on optionsObject, which will likey be a BrowserConfigurationOptions instan

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

public void Start(
	Object optionsObject
)

Parameters

optionsObject
Type: OnlineSystem Object
Contains BrowserConfigurationOptions

Implements

ICommandProcessor Start(Object)
See Also