Uses of Class
org.htmlunit.WebWindowImpl
-
Packages that use WebWindowImpl 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 WebWindowImpl in org.htmlunit
Subclasses of WebWindowImpl in org.htmlunit Modifier and Type Class Description classDialogWindowA window opened in JavaScript via eitherwindow.showModalDialogorwindow.showModelessDialog.classTopLevelWindowA window representing a top level browser window.Methods in org.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 org.htmlunit.html
Subclasses of WebWindowImpl in org.htmlunit.html Modifier and Type Class Description classFrameWindowThe web window for a frame or iframe.
-