Uses of Class
org.htmlunit.javascript.host.WindowProxy
Packages that use WindowProxy
Package
Description
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of WindowProxy in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host declared as WindowProxyMethods in org.htmlunit.javascript.host that return WindowProxyModifier and TypeMethodDescriptionstatic WindowProxy
Returns the proxy for the specified window.Opens a new window. -
Uses of WindowProxy in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return WindowProxyModifier and TypeMethodDescriptionHTMLFrameElement.getContentWindow()
Returns the window the frame contains, if any.HTMLIFrameElement.getContentWindow()
Returns the window the frame contains, if any.