how to recognize IE window already opened using win32com extension

Mike Driscoll kyosohma at gmail.com
Mon Jul 7 12:20:18 EDT 2008


On Jul 7, 11:16 am, Tim Golden <m... at timgolden.me.uk> wrote:
> 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

Crumb! That's way easier than the one I mentioned!

Mike



More information about the Python-list mailing list