| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
| com.gargoylesoftware.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AppletConfirmHandler.confirm(HtmlApplet applet)
Handles a confirm for the specified page.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HtmlSerializer.appendApplet(HtmlSerializer.HtmlSerializerTextBuilder builder,
HtmlApplet htmlApplet)
Process
HtmlApplet. |
protected void |
HtmlSerializerVisibleText.appendApplet(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder,
HtmlApplet htmlApplet,
HtmlSerializerVisibleText.HtmlSerializerTextBuilder.Mode mode)
Process
HtmlApplet. |
Copyright © 2002–2020 Gargoyle Software Inc.. All rights reserved.