Uses of Interface
org.htmlunit.html.SubmittableElement
Packages that use SubmittableElement
Package
Description
Provides abstract super classes for different types of actions.
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.-
Uses of SubmittableElement in com.xceptance.xlt.api.actions
Methods in com.xceptance.xlt.api.actions with parameters of type SubmittableElementModifier and TypeMethodDescriptionprotected void
AbstractHtmlPageAction.loadPageByFormSubmit
(HtmlForm form, SubmittableElement element) Loads the page by submitting the given form.protected void
AbstractHtmlPageAction.loadPageByFormSubmit
(HtmlForm form, SubmittableElement element, long waitingTime) Loads the page by submitting the given form. -
Uses of SubmittableElement in org.htmlunit.html
Classes in org.htmlunit.html that implement SubmittableElementModifier and TypeClassDescriptionclass
Wrapper for the HTML element "button".class
Wrapper for the HTML element "input" where type is "button".class
Wrapper for the HTML element "input".class
Wrapper for the HTML element "input" where type is "color".class
Wrapper for the HTML element "input" where type is "date".class
Wrapper for the HTML element "input" where type is "datetime-local".class
Wrapper for the HTML element "input" where type is "email".class
Wrapper for the HTML element "input".class
Wrapper for the HTML element "input" of type "hidden".class
Wrapper for the HTML element "input".class
Wrapper for the HTML element "input".class
Wrapper for the HTML element "input" where type is "month".class
Wrapper for the HTML element "input" with type is "number".class
Wrapper for the HTML element "input".class
Wrapper for the HTML element "input".class
Wrapper for the HTML element "input" where type is "range".class
Wrapper for the HTML element "input".class
Wrapper for the HTML element "input" where type is "search".class
Wrapper for the HTML element "select".class
Abstract parent class to shareSelectableTextInput
implementation and typing support.class
Wrapper for the HTML element "input".class
Wrapper for the HTML element "input" where type is "tel".class
Wrapper for the HTML element "textarea".class
Wrapper for the HTML element "input" with type="text".class
Wrapper for the HTML element "input" where type is "time".class
Wrapper for the HTML element "input" where type is "url".class
Wrapper for the HTML element "input" where type is "week".Methods in org.htmlunit.html with parameters of type SubmittableElementModifier and TypeMethodDescriptionHtmlForm.getParameterListForSubmit
(SubmittableElement submitElement) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns a list ofNameValuePair
s that represent the data that will be sent to the server when this form is submitted.HtmlForm.getWebRequest
(SubmittableElement submitElement) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Gets the request for a submission of this form with the specified SubmittableElement.void
HtmlForm.submit
(SubmittableElement submitElement) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.