From: Bret Pettichord Date: 2008-04-11T11:30:05+09:00 Subject: Re: Controlling non-IE based application On Apr 10, 11:46 am, Kyle Schmitt wrote: > Watircurrently only controls IE, but development forwatir > controlling other browser is in development. No news as to when it > will happen. Actually Watir wraps the IE automation object. If you can find an alternate way of getting a handle on the object that is embedded in your application, you could inject it directly into a Watir::IE object and it would work. Bret