Uses of Class
org.htmlunit.html.FrameWindow
-
Packages that use FrameWindow Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point).org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content. -
-
Uses of FrameWindow in org.htmlunit
Methods in org.htmlunit with parameters of type FrameWindow Modifier and Type Method Description voidWebWindowImpl. addChildWindow(FrameWindow child)INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. -
Uses of FrameWindow in org.htmlunit.html
Methods in org.htmlunit.html that return FrameWindow Modifier and Type Method Description FrameWindowBaseFrameElement. getEnclosedWindow()Gets the window enclosed in this frame.FrameWindowHtmlPage. 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.
-