ICommandProcessor Start Method (String)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(
	string optionsString
)

Parameters

optionsString
Type: OnlineSystem String
a string representing the options to start the session with.
See Also