Package | Description |
---|---|
com.gargoylesoftware.htmlunit.html |
Classes specific to html pages
|
Modifier and Type | Method and Description |
---|---|
HtmlRadioButtonInput |
HtmlForm.getCheckedRadioButton(String name)
Return the first checked radio button with the specified name.
|
HtmlRadioButtonInput |
HtmlForm.getRadioButtonInput(String name,
String value)
Deprecated.
Deprecated because 'name' and 'value' are sometimes not unique to select a single
HtmlRadioButtonInput, it should not be called,
you can use
DomNode.getByXPath(String) instead. |
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.