Uses of Class
org.htmlunit.History.HistoryEntry
-
Packages that use History.HistoryEntry Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of History.HistoryEntry in org.htmlunit
Fields in org.htmlunit with type parameters of type History.HistoryEntry Modifier and Type Field Description private java.util.List<History.HistoryEntry>
History. entries_
TheHistory.HistoryEntry
s in this navigation history.Methods in org.htmlunit that return History.HistoryEntry Modifier and Type Method Description protected History.HistoryEntry
History. addPage(Page page)
Adds a new page to the navigation history.
-