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

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

INavigation Navigate()

Return Value

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