MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / Navigate

Method Navigate

dotnet/src/webdriver/WebDriver.cs:450–453  ·  view source on GitHub ↗

Instructs the driver to navigate the browser to another location. An object allowing the user to access the browser's history and to navigate to a given URL.

()

Source from the content-addressed store, hash-verified

448 /// <returns>An <see cref="INavigation"/> object allowing the user to access
449 /// the browser's history and to navigate to a given URL.</returns>
450 public INavigation Navigate()
451 {
452 return new Navigator(this);
453 }
454
455 /// <summary>
456 /// Executes a command with this driver.

Calls

no outgoing calls