|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use History | |
|---|---|
| com.gargoylesoftware.htmlunit | Framework classes (contains the WebClient class which is the main entry point). |
| Uses of History in com.gargoylesoftware.htmlunit |
|---|
| Methods in com.gargoylesoftware.htmlunit that return History | |
|---|---|
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 |
WebWindowImpl.getHistory()
Returns this window's navigation history. |
History |
WebWindow.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||