Uses of Class
com.gargoylesoftware.htmlunit.WebWindowImpl
-
Packages that use WebWindowImpl Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point).com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content. -
-
Uses of WebWindowImpl in com.gargoylesoftware.htmlunit
Subclasses of WebWindowImpl in com.gargoylesoftware.htmlunit Modifier and Type Class Description classDialogWindowA window opened in JavaScript via either window.showModalDialog or window.showModelessDialog.classTopLevelWindowA window representing a top level browser window.Methods in com.gargoylesoftware.htmlunit with parameters of type WebWindowImpl Modifier and Type Method Description voidWebWindowImpl. removeChildWindow(WebWindowImpl window)INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. -
Uses of WebWindowImpl in com.gargoylesoftware.htmlunit.html
Subclasses of WebWindowImpl in com.gargoylesoftware.htmlunit.html Modifier and Type Class Description classFrameWindowThe web window for a frame or iframe.
-