Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes (contains the WebClient class which is the main entry point).
|
com.gargoylesoftware.htmlunit.html |
Classes specific to HTML pages, particularly the HtmlPage which represents
an HTML document and provides access to its content.
|
Modifier and Type | Method and Description |
---|---|
void |
WebWindowImpl.addChildWindow(FrameWindow child)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Method and Description |
---|---|
FrameWindow |
HtmlPage.getFrameByName(String name)
Returns the first frame contained in this page with the specified name.
|
Modifier and Type | Method and Description |
---|---|
List<FrameWindow> |
HtmlPage.getFrames()
Returns a list containing all the frames (from frame and iframe tags) in this page.
|
Copyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.