Package | Description |
---|---|
org.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 |
---|---|
FrameWindow |
BaseFrameElement.getEnclosedWindow()
Gets the window enclosed in this frame.
|
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–2024 Gargoyle Software Inc.. All rights reserved.