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

2008-12-27 Thread aidy lewis
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 browser.goto(www.gmail.com) (left with two ie windows: about:blank and gmail) Aidy

[wtr-general] Re: Framework

2008-12-27 Thread Charley Baker
There are also some frameworks built around watir which you might take a look at, here are a couple of links: - Watirloo: http://github.com/marekj/watirloo/tree/master - Taza: http://github.com/scudco/taza/tree/master - Cucumber - the next generation of RSpec story runner, Aidy also

[wtr-general] Re: figured it out Re: stupid install problem

2008-12-27 Thread Charley Baker
Strange, you shouldn't have to do that in Windows. The one click installer used to do it. -c On Fri, Dec 26, 2008 at 1:43 PM, Lisa Crispin lisa.cris...@gmail.comwrote: I had to add RUBYOPT -rubygems to my environment variables - I have NO memory of ever doing that before, did Watir or Ruby

[wtr-general] Re: Framework

2008-12-27 Thread marekj
Thanks Charley for mentioning watirloo I've now moved it to github and integrated hoe and newgem see: http://github.com/marekj/watirloo download and run: rake -T for all hoe tasks including gem installation This is very skeletal work but time permitting I will keep expanding. Thanks marekj |