Uses of Class
com.gargoylesoftware.htmlunit.History
-
Packages that use History Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of History in com.gargoylesoftware.htmlunit
Methods in com.gargoylesoftware.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.
-