Gordon Airporte <[EMAIL PROTECTED]> writes:
[...]
> Simply .click()ing on the form does not properly fill in
> submit_button=Forward&action=apply, however. The arguments are there
> but with no values.
> Is this because ClientForm doesn't run javascript,
Yes.
> or is there a way
> to determine a
I've written a script using ClientForm to automate opening and closing
ports on my Linksys router. It works, but I wonder if there isn't a
better way to do it.
The problem is that the list of arguments in the request generated by
.click()ing the form is incomplete and I have to edit it manually.