Method to allow you to Navigate with WebDriver
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public INavigation Navigate()
Return Value
Returns an INavigation Object that allows the driver to navigate in the browserImplements
IWebDriver NavigateExamples
IWebDriver driver = new InternetExplorerDriver(); driver.Navigate().GoToUrl("http://www.google.co.uk");
See Also