net.sourceforge.jxweb
Class HttpGetForm
java.lang.Object
|
+--net.sourceforge.jxweb.HttpStep
|
+--net.sourceforge.jxweb.HttpGetForm
- All Implemented Interfaces:
- JXTestStep
- public class HttpGetForm
- extends HttpStep
Produces the webform of specified index from the web page in the response.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
formName
public String formName
index
public int index
responseName
public String responseName
submitButtonName
public String submitButtonName
submitButtonValue
public String submitButtonValue
HttpGetForm
public HttpGetForm()
eval
public void eval(JXTestCase testCase)
throws Throwable
- Overrides:
eval
in class HttpStep