Uses of Class
org.htmlunit.History
-
Packages that use History Package Description org.htmlunit Framework classes (contains theWebClient
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
History. back()
Goes back one step in the navigation history, if possible.History
History. forward()
Goes forward one step in the navigation history, if possible.History
WebWindow. getHistory()
Returns this window's navigation history.History
WebWindowImpl. getHistory()
Returns this window's navigation history.History
History. go(int relativeIndex)
Goes forward or backwards in the navigation history, according to whether the specified relative index is positive or negative.
-