Uses of Class
org.htmlunit.html.FrameWindow
Packages that use FrameWindow
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
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 FrameWindowModifier and TypeMethodDescriptionBaseFrameElement.getEnclosedWindow()
Gets the window enclosed in this frame.HtmlPage.getFrameByName
(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 FrameWindowModifier and TypeMethodDescriptionHtmlPage.getFrames()
Returns a list containing all the frames (from frame and iframe tags) in this page in document order.