how to recognize IE window already opened using win32com extension
korean_dave
davidreynon at gmail.com
Mon Jul 7 12:09:18 EDT 2008
More information about the Python-list mailing list
Mon Jul 7 12:09:18 EDT 2008
- Previous message (by thread): python mysteriously halts
- Next message (by thread): how to recognize IE window already opened using win32com extension
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.)
- Previous message (by thread): python mysteriously halts
- Next message (by thread): how to recognize IE window already opened using win32com extension
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list