how to recognize IE window already opened using win32com extension

korean_dave davidreynon at gmail.com
Mon Jul 7 12:09:18 EDT 2008


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.)



More information about the Python-list mailing list