Re: [Wtr-general] Where is the FAQ?

2007-06-24 Thread hhwwpssp
As far as I can tell, http://wtr.rubyforge.org/ isn't updated much anymore. Try this: http://wiki.openqa.org/display/WTR/FAQ ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Hiding IE

2007-06-24 Thread hhwwpssp
Yes. Either pass -b to watir as a command line option, or set $HIDE_IE = true before calling Watir::IE.new. ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/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 no

[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 mailin

[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 f

[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-gener

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

2007-06-24 Thread Lennart Borgman (gmail)
I ran gem install watir instead and then at least the installation started. However after installation I ran C:\ruby\lib\ruby\gems\1.8\gems\watir-1.4.1\unittests> all_tests.rb That started, but it looks like several things went wrong. The final message is Problem with Autoit - is it

[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@rubyforge