Uses of Class
org.htmlunit.html.HtmlInput
Packages that use HtmlInput
Package
Description
Provides various utility classes to make writing test cases easier.
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content.-
Uses of HtmlInput in com.xceptance.xlt.api.util
Methods in com.xceptance.xlt.api.util with type parameters of type HtmlInputModifier and TypeMethodDescriptionstatic <T extends HtmlInput>
THtmlPageUtils.getInputEndingWith(HtmlForm form, String suffix) Returns the first input element that ends with this suffix.static <T extends HtmlInput>
THtmlPageUtils.getInputStartingWith(HtmlForm form, String prefix) Returns the first input element that starts with this prefix.Methods in com.xceptance.xlt.api.util that return HtmlInput -
Uses of HtmlInput in org.htmlunit.html
Subclasses of HtmlInput in org.htmlunit.htmlModifier and TypeClassDescriptionclassWrapper for the HTML element "input" where type is "button".classWrapper for the HTML element "input".classWrapper for the HTML element "input" where type is "color".classWrapper for the HTML element "input" where type is "date".classWrapper for the HTML element "input" where type is "datetime-local".classWrapper for the HTML element "input" where type is "email".classWrapper for the HTML element "input".classWrapper for the HTML element "input" of type "hidden".classWrapper for the HTML element "input".classWrapper for the HTML element "input" where type is "month".classWrapper for the HTML element "input" with type is "number".classWrapper for the HTML element "input".classWrapper for the HTML element "input".classWrapper for the HTML element "input" where type is "range".classWrapper for the HTML element "input".classWrapper for the HTML element "input" where type is "search".classAbstract parent class to shareSelectableTextInputimplementation and typing support.classWrapper for the HTML element "input".classWrapper for the HTML element "input" where type is "tel".classWrapper for the HTML element "input" with type="text".classWrapper for the HTML element "input" where type is "time".classWrapper for the HTML element "input" where type is "url".classWrapper for the HTML element "input" where type is "week".Methods in org.htmlunit.html with type parameters of type HtmlInputModifier and TypeMethodDescriptionfinal <I extends HtmlInput>
IHtmlForm.getInputByName(String name) Returns the first input element which is a member of this form and has the specified name.<I extends HtmlInput>
IHtmlForm.getInputByValue(String value) Returns the first input in this form with the specified value.Methods in org.htmlunit.html that return HtmlInputModifier and TypeMethodDescriptionHtmlInput.changeType(String newType, boolean setThroughAttribute) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Changes the type of the current HtmlInput.Methods in org.htmlunit.html that return types with arguments of type HtmlInputModifier and TypeMethodDescriptionHtmlForm.getInputsByName(String name) Returns all input elements which are members of this form and have the specified name.HtmlForm.getInputsByValue(String value) Returns all the inputs in this form with the specified value.Methods in org.htmlunit.html with parameters of type HtmlInputModifier and TypeMethodDescriptionprotected voidHtmlDateTimeLocalInput.adjustValueAfterTypeChange(HtmlInput oldInput, BrowserVersion browserVersion) protected voidHtmlFileInput.adjustValueAfterTypeChange(HtmlInput oldInput, BrowserVersion browserVersion) protected voidHtmlInput.adjustValueAfterTypeChange(HtmlInput oldInput, BrowserVersion browserVersion) protected voidHtmlMonthInput.adjustValueAfterTypeChange(HtmlInput oldInput, BrowserVersion browserVersion) protected voidHtmlTimeInput.adjustValueAfterTypeChange(HtmlInput oldInput, BrowserVersion browserVersion) protected voidHtmlWeekInput.adjustValueAfterTypeChange(HtmlInput oldInput, BrowserVersion browserVersion)