[wtr-general] Re: persistant 'about:blank' window on Vista.

2008-12-29 Thread Ravi
This may help: http://wiki.openqa.org/display/WTR/FAQ#FAQ-WhatshouldIdoiftwobrowserwindowsappearwhenrunningatestunderWindowsVista%3F On Dec 29, 4:08 am, juuser wrote: > Sorry, can't remember exactly, but try to turn off Protected Mode. > > On Dec 29, 11:43 am, "aidy lewis" wrote: > > > Hi Jarm

[wtr-general] Re: persistant 'about:blank' window on Vista.

2008-12-29 Thread juuser
Sorry, can't remember exactly, but try to turn off Protected Mode. On Dec 29, 11:43 am, "aidy lewis" wrote: > Hi Jarmo, > > 2008/12/29 juuser : > > > > > Yup. It has something to do with security settings on IE. I'm using > > Vista and everything is OK. > > Do you know what security settings to

[wtr-general] Re: persistant 'about:blank' window on Vista.

2008-12-29 Thread aidy lewis
Hi Jarmo, 2008/12/29 juuser : > > Yup. It has something to do with security settings on IE. I'm using > Vista and everything is OK. > Do you know what security settings to change? Aidy --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[wtr-general] Re: persistant 'about:blank' window on Vista.

2008-12-29 Thread juuser
Yup. It has something to do with security settings on IE. I'm using Vista and everything is OK. Jarmo On Dec 27, 4:40 pm, "aidy lewis" wrote: > Hi, > > I am not currently at home, so I am on a Vista machine. > > Has anyone seen a persistant 'about:blank' ie window on Vista? > > require 'watir'

[wtr-general] Re: persistant 'about:blank' window on Vista.

2008-12-28 Thread wesley chen
ie=Watir::IE.attach(:title,//) ie.goto("www.gmail.com") Thanks. Wesley Chen. On Mon, Dec 29, 2008 at 9:52 AM, wesley chen wrote: > > Thanks. > Wesley Chen. > > > > On Sat, Dec 27, 2008 at 10:40 PM, aidy lewis wrote: > >> >> Hi, >> >> I am not currently at home, so I am on a Vista machine. >> >>

[wtr-general] Re: persistant 'about:blank' window on Vista.

2008-12-28 Thread wesley chen
Thanks. Wesley Chen. On Sat, Dec 27, 2008 at 10:40 PM, aidy lewis wrote: > > Hi, > > I am not currently at home, so I am on a Vista machine. > > Has anyone seen a persistant 'about:blank' ie window on Vista? > > require 'watir' > Watir::Browser.default = "ie" > browser = Watir::Browser.new > bro