From: Bret Pettichord Date: 2008-02-16T12:14:55+09:00 Subject: Re: Watir general question On Feb 7, 11:42 am, Brad Symons wrote: > $ie =Watir::IE.attach(:title, 'System Navigator') > > but is there a way i can check whether this exists before i attach to > it? $ie = Watir:IE.find(:title, 'System Navigator') it will be nil if there is no such window.