EventFiringWebDriver Navigate Method WebDriver
Instructs the driver to navigate the browser to another location.

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

public INavigation Navigate()

Return Value

An INavigation object allowing the user to access the browser's history and to navigate to a given URL.

Implements

IWebDriver Navigate 
See Also