Package com.meterware.httpunit.scripting
Interface FormScriptable
- All Superinterfaces:
ScriptingEventHandler
- All Known Implementing Classes:
WebForm.Scriptable
- Author:
- Russell Gold
-
Method Summary
Modifier and TypeMethodDescriptionvoid
set the actionvoid
setParameterValue
(String name, String value) set the value of a parameterMethods inherited from interface com.meterware.httpunit.scripting.ScriptingEventHandler
doEvent, doEventScript, handleEvent
-
Method Details
-
setAction
set the action- Parameters:
newAction
-
-
setParameterValue
set the value of a parameter- Parameters:
name
- - the name of the parameter to setvalue
- - the value to use for the parameter
-