Re: how to recognize IE window already opened using win32com extension

2008-07-07 Thread Mike Driscoll
On Jul 7, 11:16 am, Tim Golden <[EMAIL PROTECTED]> 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

Re: how to recognize IE window already opened using win32com extension

2008-07-07 Thread Mike Driscoll
On Jul 7, 11:09 am, korean_dave <[EMAIL PROTECTED]> 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

Re: how to recognize IE window already opened using win32com extension

2008-07-07 Thread Tim Golden
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 str

how to recognize IE window already opened using win32com extension

2008-07-07 Thread korean_dave
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.) -- http://mail.python.org/mailman/list