Package | Description |
---|---|
com.gargoylesoftware.htmlunit.html |
Classes specific to html pages
|
com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various javascript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlButtonInput
Wrapper for the HTML element "input" where type is "button".
|
class |
HtmlCheckBoxInput
Wrapper for the html element "input"
|
class |
HtmlFileInput
Wrapper for the HTML element "input".
|
class |
HtmlHiddenInput
Wrapper for the html element "input" of type "hidden".
|
class |
HtmlImageInput
Wrapper for the html element "input"
|
class |
HtmlPasswordInput
Wrapper for the html element "input"
|
class |
HtmlRadioButtonInput
Wrapper for the html element "input"
|
class |
HtmlResetInput
Wrapper for the html element "input"
|
class |
HtmlSubmitInput
Wrapper for the HTML element "input".
|
class |
HtmlTextInput
Wrapper for the html element "input".
|
Modifier and Type | Method and Description |
---|---|
HtmlInput |
HtmlForm.getInputByName(String name)
Return the first input with the specified name
|
HtmlInput |
HtmlForm.getInputByValue(String value)
Return the first input with the specified value.
|
Modifier and Type | Method and Description |
---|---|
protected HtmlInput |
HTMLInputElement.getHtmlInputOrDie()
Commodity for
(HtmlInput) getHtmlElementOrDie() |
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.