From: Paul Rogers Date: 2007-08-10T12:59:59+09:00 Subject: Re: watir On Aug 9, 9:31 pm, Todd Burch wrote: > Jeffrey Bowen wrote: > > Thanks I'll check the version I'm running. That's > > the only other thing I can think of. > > > Jeff > > This is kind of a side question... > > I've used win32ole for kicking off IE before. What the advantage of > using watir, or is there one? > > Thanks, Todd > > -- > Posted viahttp://www.ruby-forum.com/. watir provides a nicer interface than useing ie/ole directly You will also be able to run your code against firefox with only a minimal number of changes. Paul