[Wtr-general] Can't install Watir - Error opening file for writing: \watir\AboutItx.chm

2007-06-24 Thread Lennart Borgman (gmail)
Watir seems nice. I just downloaded watir-1.4.1.exe and ran it to install Watir. I then get the error in the subject line. I have just choosen the defaults so it is quite unexpected. What is wrong? - L ___ Wtr-general mailing list

[Wtr-general] Hiding IE

2007-06-24 Thread Lennart Borgman (gmail)
I do not want IE to be visible when I run the tests. I am doing something like this now: $ie = Watir::IE.new() $ie.getIE.Visible = false Unfortunately that means that IE is flashing bye. Can that be avoided? ___ Wtr-general mailing list

[Wtr-general] Testing stylesheet attributes under IE 6 and IE 7 using Watir

2007-06-24 Thread Derek Wong
Hi, I've been doing some testing of stylesheet attributes of various elements (trees based on div elements it turns out). When I click on a link in a tree folder the style changes from bold (unselected) to normal text weight (selected). When I developed the tests under IE 7 I could test the

[Wtr-general] Where is the FAQ?

2007-06-24 Thread Lennart Borgman (gmail)
The link to the FAQ on the page http://wtr.rubyforge.org/ does not work. The link URL is http://wtr.rubyforge.org/wiki/wiki.pl?FrequentQuestions The Wiki link does not work either: http://wtr.rubyforge.org/wiki/wiki.pl ___ Wtr-general

Re: [Wtr-general] A novel use of Watir

2007-06-24 Thread Manish Sapariya
Quite interesting, but I didn't understand few things. Bret Pettichord wrote: Using JRuby, we solved the problem in a novel way, by leveraging our existing WATIR codebase that was used for functional tests. We grafted a new backend onto WATIR (easier than it sounds, actually) that talks not