Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
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 |
---|---|
boolean |
FrameContentHandler.loadFrameDocument(BaseFrameElement baseFrameElement)
Called to decide if the content (referred from the source attribute)
should be loaded or not.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlFrame
Wrapper for the HTML element "frame".
|
class |
HtmlInlineFrame
Wrapper for the HTML element "iframe".
|
Modifier and Type | Method and Description |
---|---|
BaseFrameElement |
FrameWindow.getFrameElement()
Gets the DOM node of the (i)frame containing this window.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.