how to recognize IE window already opened using win32com extension

Tim Golden mail at timgolden.me.uk
Mon Jul 7 12:16:03 EDT 2008


korean_dave wrote:
> How do I use the win32com API to manipulate IE windows ALREADY open?
> 
> ie = Dispatch("InternetExplorer.Application") opens a new window.
> 
> But I'd like to be able to find, of windows already open, a specific
> window (with a specified property, matching url, etc.)

I have this strange feeling of deja vu. Is there some sort of
"opening IE windows with Python" conference going on
somewhere?

Have a look at Roger Upole's answer from the other day:

http://mail.python.org/pipermail/python-win32/2008-June/007796.html

TJG



More information about the Python-list mailing list