| Package | Description |
|---|---|
| student.web |
| Modifier and Type | Field and Description |
|---|---|
WebBot.Page |
WebBot.PageLocation.page
The page containing this location.
|
| Modifier and Type | Method and Description |
|---|---|
protected WebBot.Page |
WebBot.cachedPageFor(URL url)
Retrieve the cached page for the given URL.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebBot.jumpToPage(WebBot.Page page)
Adds this page to the history stack, enforcing required stack size
limit.
|
| Constructor and Description |
|---|
PageLocation(WebBot.Page p)
Create a new page location with its own list of elements of
interest.
|