is it possible to have multiple instances of a browser with it's own state?

i did this but it didn't work:

b1 = get_browser()
b2 = get_browser()

it seems that get_browser is returning a singleton and b1 and b2 are 
affecting each other.

thanks,

bryan


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

Reply via email to