I have a form with button and would like to be able to click it.
I have tried mech.form.click(\"s
clicking a type="button"
in a pure html form does nothing. For it to do anything, there must be javascript involved.
And mechanize
doesn't run javascript.
So your options are:
mechanize
what it would be doingI'd do the first one, since using spidermonkey
seems hard and probably not worth it.