Uses of Class
org.htmlunit.History

Packages that use History
Package
Description
Framework classes (contains the WebClient class which is the main entry point).
  • Uses of History in org.htmlunit

    Methods in org.htmlunit that return History
    Modifier and Type
    Method
    Description
    History.back()
    Goes back one step in the navigation history, if possible.
    History.forward()
    Goes forward one step in the navigation history, if possible.
    WebWindow.getHistory()
    Returns this window's navigation history.
    WebWindowImpl.getHistory()
    Returns this window's navigation history.
    History.go(int relativeIndex)
    Goes forward or backwards in the navigation history, according to whether the specified relative index is positive or negative.