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 and fix these values without manually editing the .data > string of the Request with values I have to find on my own? No. (Strictly, it shouldn't be necessary to actually edit the data string -- you should be able to use the API to do it -- but I'm not sure that's fully documented and tested, so that may not work correctly. Either way, you have to do it manually.) John -- http://mail.python.org/mailman/listinfo/python-list