[python-win32] frame state test ?

2009-01-07 Thread Romain Gilles
Hi, I would like to test the state of a frame because when I try to access the document within the frame I get this error: File C:\projects\python\webstress\src\webstress.py, line 124, in wait_browser self.ie.poll_while_not_complete() File c:\projects\python\webstress\src\IEC.py, line

Re: [python-win32] IEControler and Navigate method

2008-12-22 Thread Romain Gilles
No I have found something but I don't know if it is the reason ;) When I'm opening a IE with the classique dispatch technique : ie = Dispatch(InternetExplorer.Application) ie.Navigate(http://www.google.fr;) A new IE is created but if I do it like this: ie = Dispatch(InternetExplorer.Application)

[python-win32] IEControler and Navigate method

2008-12-20 Thread Romain Gilles
Hi, I do not understand why when I call the Navigate method on a IEControler a new instance of IE is created. This is occuring on vista but not on XP. does Somebody know why ? Romain. ___ python-win32 mailing list python-win32@python.org

Re: [python-win32] Internet Explorer Session independent Creation

2008-12-18 Thread Romain Gilles
I have exactly the same idea. But I was not able to retrieve the IE instance. So I will try your solution. Thanks, Romain. 2008/12/18 Michel Claveau m...@mclaveau.com Hi! A way is to launch separate instance, then connect to instances. Example: import os,time,win32com.client def