com.meterware.httpunit.scripting
Interface Input
- All Superinterfaces:
- IdentifiedDelegate, NamedDelegate
public interface Input
- extends IdentifiedDelegate, NamedDelegate
An interface for scriptable delegates which represent form controls.
- Author:
- Russell Gold
Method Summary |
void |
click()
|
java.lang.Object |
get(java.lang.String propertyName)
|
void |
set(java.lang.String propertyName,
java.lang.Object value)
|
get
java.lang.Object get(java.lang.String propertyName)
set
void set(java.lang.String propertyName,
java.lang.Object value)
click
void click()
throws java.io.IOException,
org.xml.sax.SAXException
- Throws:
java.io.IOException
org.xml.sax.SAXException