Uses of Class
org.htmlunit.History
-
Packages that use History Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of History in org.htmlunit
Fields in org.htmlunit declared as History Modifier and Type Field Description private HistoryWebWindowImpl. history_Methods in org.htmlunit that return History Modifier and Type Method Description HistoryHistory. back()Goes back one step in the navigation history, if possible.HistoryHistory. forward()Goes forward one step in the navigation history, if possible.HistoryWebWindow. getHistory()Returns this window's navigation history.HistoryWebWindowImpl. getHistory()Returns this window's navigation history.HistoryHistory. go(int relativeIndex)Goes forward or backwards in the navigation history, according to whether the specified relative index is positive or negative.
-