| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit.html |
Classes specific to HTML pages, particularly the HtmlPage which represents
an HTML document and provides access to its content.
|
| com.gargoylesoftware.htmlunit.html.impl |
Contains some implementation classes that have to be public to be used internally in different packages
but that shouldn't be used directly by HtmlUnit users.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlPasswordInput
Wrapper for the HTML element "input".
|
class |
HtmlTextArea
Wrapper for the HTML element "textarea".
|
class |
HtmlTextInput
Wrapper for the HTML element "input" with type="text".
|
| Constructor and Description |
|---|
SelectionDelegate(SelectableTextInput element)
Creates a new instance for the specified element.
|
Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.