Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
Modifier and Type | Class and Description |
---|---|
class |
DialogWindow
A window opened in JavaScript via either
window.showModalDialog
or window.showModelessDialog . |
class |
TopLevelWindow
A window representing a top level browser window.
|
Modifier and Type | Method and Description |
---|---|
void |
WebWindowImpl.addChildWindow(WebWindowImpl child)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
void |
WebWindowImpl.removeChildWindow(WebWindowImpl window)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Class and Description |
---|---|
class |
FrameWindow
The web window for a frame or iframe.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.