EventFiringWebDriver Manage Method WebDriver
Instructs the driver to change its settings.

Namespace: OpenQA.Selenium.Support.Events
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public IOptions Manage()

Return Value

An IOptions object allowing the user to change the settings of the driver.

Implements

IWebDriver Manage 
See Also