Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
Modifier and Type | Method and 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 |
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.
|
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.