Uses of Class
org.htmlunit.html.HtmlButton
-
Packages that use HtmlButton Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content. -
-
Uses of HtmlButton in org.htmlunit.html
Methods in org.htmlunit.html that return HtmlButton Modifier and Type Method Description HtmlButton
HtmlForm. getButtonByName(java.lang.String name)
Returns the firstHtmlButton
element in this form that has the specified name.Methods in org.htmlunit.html that return types with arguments of type HtmlButton Modifier and Type Method Description java.util.List<HtmlButton>
HtmlForm. getButtonsByName(java.lang.String name)
Returns all theHtmlButton
elements in this form that have the specified name.
-