MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / navigate

Method navigate

java/src/org/openqa/selenium/WebDriver.java:195–195  ·  view source on GitHub ↗

An abstraction allowing the driver to access the browser's history and to navigate to a given URL. @return A org.openqa.selenium.WebDriver.Navigation that allows the selection of what to do next

()

Source from the content-addressed store, hash-verified

193 * do next
194 */
195 Navigation navigate();
196
197 /**
198 * Gets the Option interface

Implementers 3

StubDriverjava/test/org/openqa/selenium/StubDriv
RemoteWebDriverjava/src/org/openqa/selenium/remote/Re
DecoratedWebDriverTestjava/test/org/openqa/selenium/support/

Calls

no outgoing calls