ICommandProcessor Start Method (Object)WebDriver
Starts a new Selenium testing session with the specified options

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

void Start(
	Object optionsObject
)

Parameters

optionsObject
Type: OnlineSystem Object
an Options object representing the options to start the session with.
See Also