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 WindowProxy
Window. windowProxy_
Methods in org.htmlunit.javascript.host that return WindowProxy Modifier and Type Method Description static WindowProxy
Window. getProxy(WebWindow w)
Returns the proxy for the specified window.WindowProxy
Window. 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 WindowProxy
HTMLFrameElement. getContentWindow()
Returns the window the frame contains, if any.WindowProxy
HTMLIFrameElement. getContentWindow()
Returns the window the frame contains, if any.
-