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

_______________________________________________
twill mailing list
[email protected]
http://lists.idyll.org/listinfo/twill

Reply via email to