Uses of Class
org.htmlunit.html.BaseFrameElement
-
Packages that use BaseFrameElement Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point).org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content. -
-
Uses of BaseFrameElement in org.htmlunit
Methods in org.htmlunit with parameters of type BaseFrameElement Modifier and Type Method Description boolean
FrameContentHandler. loadFrameDocument(BaseFrameElement baseFrameElement)
Called to decide if the content (referred from the source attribute) should be loaded or not. -
Uses of BaseFrameElement in org.htmlunit.html
Subclasses of BaseFrameElement in org.htmlunit.html Modifier and Type Class Description class
HtmlFrame
Wrapper for the HTML element "frame".class
HtmlInlineFrame
Wrapper for the HTML element "iframe".Methods in org.htmlunit.html that return BaseFrameElement Modifier and Type Method Description BaseFrameElement
FrameWindow. getFrameElement()
Gets the DOM node of the (i)frame containing this window.
-