Uses of Class
org.htmlunit.History
Packages that use History
-
Uses of History in org.htmlunit
Methods in org.htmlunit that return HistoryModifier and TypeMethodDescriptionHistory.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.