public interface Form
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Copyright © 2002-2015 Atlassian. All Rights Reserved.