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 -- http://mail.python.org/mailman/listinfo/python-list
