Uses of Class
org.htmlunit.javascript.host.WindowProxy
-
Packages that use WindowProxy Package Description org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.html 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 WindowProxy Modifier and Type Field Description private WindowProxyWindow. windowProxy_Methods in org.htmlunit.javascript.host that return WindowProxy Modifier and Type Method Description static WindowProxyWindow. getProxy(WebWindow w)Returns the proxy for the specified window.WindowProxyWindow. open(java.lang.Object url, java.lang.Object name, java.lang.Object features, java.lang.Object replace)Opens a new window. -
Uses of WindowProxy in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return WindowProxy Modifier and Type Method Description WindowProxyHTMLFrameElement. getContentWindow()Returns the window the frame contains, if any.WindowProxyHTMLIFrameElement. getContentWindow()Returns the window the frame contains, if any.
-