Uses of Class
org.htmlunit.html.HtmlRadioButtonInput
-
Packages that use HtmlRadioButtonInput Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content. -
-
Uses of HtmlRadioButtonInput in org.htmlunit.html
Methods in org.htmlunit.html that return HtmlRadioButtonInput Modifier and Type Method Description HtmlRadioButtonInputHtmlForm. getCheckedRadioButton(java.lang.String name)Returns the first checked radio button with the specified name.Methods in org.htmlunit.html that return types with arguments of type HtmlRadioButtonInput Modifier and Type Method Description java.util.List<HtmlRadioButtonInput>HtmlForm. getRadioButtonsByName(java.lang.String name)Returns all theHtmlRadioButtonInputelements in this form that have the specified name.
-