Uses of Class
org.htmlunit.html.FrameWindow
-
Packages that use FrameWindow Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content. -
-
Uses of FrameWindow in org.htmlunit.html
Methods in org.htmlunit.html that return FrameWindow Modifier and Type Method Description FrameWindow
BaseFrameElement. getEnclosedWindow()
Gets the window enclosed in this frame.FrameWindow
HtmlPage. getFrameByName(java.lang.String name)
Returns the first frame contained in this page with the specified name.Methods in org.htmlunit.html that return types with arguments of type FrameWindow Modifier and Type Method Description java.util.List<FrameWindow>
HtmlPage. getFrames()
Returns a list containing all the frames (from frame and iframe tags) in this page.
-