|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Form
Used to set form values in tests.
Method Summary | |
---|---|
com.meterware.httpunit.WebForm[] |
getForms()
Returns all the forms in the current response. |
void |
selectOption(String selectName,
String option)
Select an option with a given display value in a select element. |
void |
selectOptionsByDisplayName(String selectName,
String[] options)
Select multiple options with given display values in a select element. |
void |
selectOptionsByValue(String selectName,
String[] options)
Select multiple options with given values in a select element. |
Method Detail |
---|
void selectOption(String selectName, String option)
selectName
- name of select element.option
- display value of option to be selected.void selectOptionsByDisplayName(String selectName, String[] options)
selectName
- name of select element.options
- display values of options to be selected.void selectOptionsByValue(String selectName, String[] options)
selectName
- name of select element.options
- values of options to be selected.com.meterware.httpunit.WebForm[] getForms()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |