Uses of Class
org.htmlunit.html.HtmlRadioButtonInput
Packages that use HtmlRadioButtonInput
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.-
Uses of HtmlRadioButtonInput in org.htmlunit.html
Methods in org.htmlunit.html that return HtmlRadioButtonInputModifier and TypeMethodDescriptionHtmlForm.getCheckedRadioButton
(String name) Returns the first checked radio button with the specified name.Methods in org.htmlunit.html that return types with arguments of type HtmlRadioButtonInputModifier and TypeMethodDescriptionHtmlForm.getRadioButtonsByName
(String name) Returns all theHtmlRadioButtonInput
elements in this form that have the specified name.