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 voidAbstractHtmlPageAction.loadPageByFormSubmit(HtmlForm form, SubmittableElement element) Loads the page by submitting the given form.protected voidAbstractHtmlPageAction.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 TypeClassDescriptionclassWrapper for the HTML element "button".classWrapper 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".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".classWrapper for the HTML element "select".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 "textarea".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 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 ofNameValuePairs 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.voidHtmlForm.submit(SubmittableElement submitElement) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.