[python-win32] Internet Explorer Session independent Creation

Romain Gilles romain.gilles at gmail.com
Wed Dec 17 09:10:50 CET 2008


Hi,

I'm new in python and I would like to know how I can create 2 (and more)
session independent Internet Explorer.

This is my actual code:



ie1 = Dispatch("InternetExplorer.Application")

ie1.Navigate(url)

login(ie1)



ie2 = Dispatch("InternetExplorer.Application")

ie2.Navigate(url)

...



In this example when the 'ie2' instance navigate to the url it is
automatically authenticated as if ie1 and ie2 shared the same credential.

But what I want is truly independent internet explorer instance.



Somebody can help me?



Thanks,

Romain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20081217/182d41f0/attachment.htm>


More information about the python-win32 mailing list