Example #1
0
 /**
  * Performs the action associated with clicking this button after running any 'onClick' script.
  * For a submit button this typically submits the form.
  */
 public void click() throws IOException, SAXException {
   doOnClickSequence(0, 0);
 }