com.meterware.httpunit.scripting
Interface FormScriptable
- All Superinterfaces:
- ScriptingEventHandler
- All Known Implementing Classes:
- WebForm.Scriptable
- public interface FormScriptable
- extends ScriptingEventHandler
- Author:
- Russell Gold
Method Summary |
void |
setAction(java.lang.String newAction)
set the action |
void |
setParameterValue(java.lang.String name,
java.lang.String value)
set the value of a parameter |
setAction
public void setAction(java.lang.String newAction)
- set the action
- Parameters:
newAction
-
setParameterValue
public void setParameterValue(java.lang.String name,
java.lang.String value)
- set the value of a parameter
- Parameters:
name
- - the name of the parameter to setvalue
- - the value to use for the parameter