Uses of Class
org.htmlunit.javascript.host.History
-
Packages that use History Package Description org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of History in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host declared as History Modifier and Type Field Description private History
Window. history_
Methods in org.htmlunit.javascript.host that return History Modifier and Type Method Description History
Window. getHistory()
Returns thehistory
property.
-