[twill] Making a POST request without a form

Titus Brown titus at caltech.edu
Wed Jul 4 20:52:51 PDT 2007


On Thu, Jul 05, 2007 at 09:40:45AM +0800, Ryan van Roode wrote:
-> Thanks very much, Titus. After experimenting a bit, I was able to do
-> this with mechanize:

[ ... ]

-> The next step is to figure out how to mix twill and mechanize commands
-> in the same browser session. Thanks again.

Ahh, now that should be easier ;).  The command

	import twill
	b = twill.get_browser()
	mb = b._browser

will get you a mechanize browser instance.

--titus



More information about the twill mailing list