Uses of Class
org.htmlunit.html.HtmlButton
Packages that use HtmlButton
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
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 HtmlButtonModifier and TypeMethodDescriptionHtmlForm.getButtonByName
(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 HtmlButtonModifier and TypeMethodDescriptionHtmlForm.getButtonsByName
(String name) Returns all theHtmlButton
elements in this form that have the specified name.