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

Method forward

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

Move a single "item" forward in the browser's history. Does nothing if we are on the latest page viewed. See W3C WebDriver specification for more details.

()

Source from the content-addressed store, hash-verified

505 * more details.
506 */
507 void forward();
508
509 /**
510 * Load a new web page in the current browser window. This is done using an HTTP POST operation,

Callers 7

WebDriverClass · 0.65
SupportClass · 0.65
test_navigateFunction · 0.65

Implementers 3

RemoteNavigationjava/src/org/openqa/selenium/remote/Re
Navigationrb/lib/selenium/webdriver/common/navig
Navigationjavascript/selenium-webdriver/lib/webd

Calls

no outgoing calls