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