It would help if you provided html snippet of your page, but Watirtells you
that it can not find object with text "Nebo GA 1.0". This isstrange, because
you are trying to click link with text "Nebo GA 1.0 "(notice extra space at the
end).
Change
$IE0.link( :text, "Nebo GA 1.0 ").click
to
$IE0.link( :text, "Nebo GA 1.0").click
(remove extra space at the end) and it should work (but I can not beshure until
I can see your html).
You could have the same problem with this line.
$IE0.link( :text, "Nebo Login ").click
I hope this helps, and I could help you more if you send html snippetof your
page.
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general