Uses of Class
com.gargoylesoftware.htmlunit.html.HtmlButton
-
Packages that use HtmlButton Package Description com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content. -
-
Uses of HtmlButton in com.gargoylesoftware.htmlunit.html
Methods in com.gargoylesoftware.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 com.gargoylesoftware.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.
-