Uses of Class
org.htmlunit.html.HtmlButton
-
Packages that use HtmlButton Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich 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 HtmlButtonHtmlForm. getButtonByName(java.lang.String name)Returns the firstHtmlButtonelement 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 theHtmlButtonelements in this form that have the specified name.
-