RemoteWebDriver Manage Method WebDriver
Method For getting an object to set the Speed

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

public IOptions Manage()

Return Value

Returns an IOptions object that allows the driver to set the speed and cookies and getting cookies

Implements

IWebDriver Manage 
Examples

IWebDriver driver = new InternetExplorerDriver();
driver.Manage().GetCookies();
See Also