Package | Description |
---|---|
com.meterware.httpunit |
Classes for testing http server systems.
|
com.meterware.httpunit.controls |
Modifier and Type | Method and Description |
---|---|
WebForm |
WebResponse.getFirstMatchingForm(HTMLElementPredicate predicate,
Object criteria)
Returns the first form found in the page matching the specified criteria.
|
WebForm |
HTMLSegment.getFirstMatchingForm(HTMLElementPredicate predicate,
Object value)
Returns the first form found in the page matching the specified criteria.
|
WebForm |
ParsedHTML.getFirstMatchingForm(HTMLElementPredicate predicate,
Object criteria)
Returns the first link found in the page matching the specified criteria.
|
protected WebForm |
FormControl.getForm() |
WebForm[] |
WebResponse.getForms()
Returns the forms found in the page in the order in which they appear.
|
WebForm[] |
HTMLSegment.getForms()
Returns the forms found in this HTML segment in the order in which they appear.
|
WebForm[] |
ParsedHTML.getForms()
Returns the forms found in the page in the order in which they appear.
|
WebForm |
WebResponse.getFormWithID(String ID)
Returns the form found in the page with the specified ID.
|
WebForm |
HTMLSegment.getFormWithID(String ID)
Returns the form found in this HTML segment with the specified ID.
|
WebForm |
ParsedHTML.getFormWithID(String id)
Returns the form found in the page with the specified ID.
|
WebForm |
WebResponse.getFormWithName(String name)
Returns the form found in the page with the specified name.
|
WebForm |
HTMLSegment.getFormWithName(String name)
Returns the form found in this HTML segment with the specified name.
|
WebForm |
ParsedHTML.getFormWithName(String name)
Returns the form found in the page with the specified name.
|
WebForm[] |
WebResponse.getMatchingForms(HTMLElementPredicate predicate,
Object criteria)
Returns all forms found in the page matching the specified criteria.
|
WebForm[] |
HTMLSegment.getMatchingForms(HTMLElementPredicate predicate,
Object criteria)
Returns all forms found in the page matching the specified criteria.
|
WebForm[] |
ParsedHTML.getMatchingForms(HTMLElementPredicate predicate,
Object criteria)
Returns all links found in the page matching the specified criteria.
|
Constructor and Description |
---|
FormControl(WebForm form,
HTMLControl control)
initialize the given form control from a Webform and a HTMLControl
|
MessageBodyWebRequest(WebForm sourceForm)
Constructs a web request for a form submitted via script.
|
MessageBodyWebRequest(WebForm sourceForm,
com.meterware.httpunit.ParameterHolder parameterHolder,
SubmitButton button,
int x,
int y)
Constructs a web request for a form submitted via a button.
|
RadioButtonFormControl(WebForm form,
HTMLInputElementImpl element) |
RadioGroupFormControl(WebForm form)
construct Radiobuttons for a form
|
WebRequest(WebForm sourceForm,
com.meterware.httpunit.ParameterHolder parameterHolder,
SubmitButton button,
int x,
int y)
Constructs a web request from a form.
|
Constructor and Description |
---|
SelectionFormControl(WebForm form,
HTMLSelectElementImpl element) |
Copyright © 2012. All Rights Reserved.