Uses of Class
org.htmlunit.html.HtmlTextArea
-
Packages that use HtmlTextArea 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 HtmlTextArea in org.htmlunit.html
Methods in org.htmlunit.html that return HtmlTextArea Modifier and Type Method Description HtmlTextArea
HtmlForm. getTextAreaByName(java.lang.String name)
Returns the firstHtmlTextArea
element in this form that has the specified name.Methods in org.htmlunit.html that return types with arguments of type HtmlTextArea Modifier and Type Method Description java.util.List<HtmlTextArea>
HtmlForm. getTextAreasByName(java.lang.String name)
Returns all theHtmlTextArea
elements in this form that have the specified name.
-