I'm running a python script and I'm using mechanize. The form i'm trying to submit normally uses javascript to rewrite the url to POST to, so to correctly submit the form i need to manually do the same. is there anyway of doing this?
A:
you may test zope http://pypi.python.org/pypi?:action=display&name=zope.testbrowser
Gunslinger_
2010-10-03 11:45:20