com.meterware.httpunit
public class WebForm.Scriptable extends HTMLElementScriptable implements NamedDelegate
Method Summary | |
---|---|
Object | get(String propertyName) |
String | getAction() |
ScriptableDelegate[] | getElementDelegates() |
ScriptableDelegate[] | getElementsByTagName(String name) |
String | getName() |
void | reset() |
void | set(String propertyName, Object value)
Sets the value of the named property. |
void | setAction(String newAction) |
void | setParameterValue(String name, String value) |
void | submit() |