From: Bret Pettichord Date: 2007-01-17T14:45:06+09:00 Subject: Re: Attach to running IE instance without watir? Geoff Cheshire wrote: > I've done the Google thing for several days and I'm hitting a blank. > I'm wondering if there's a way to attach to a running IE process (on > Windows) by using win32ole alone. I can do it with watir, ie = > Watir::IE.attach(:url, url), but I may need to do this on platforms that > don't have watir installed. The Watir code uses win32ole to implement Watir::IE.attach. Have you looked at it? It's open source and the latest code is in the repository on OpenQA.org. Bret