Re: [Wtr-general] Watir for javascript-driven pages?

2005-09-19 Thread Zeljko Filipin
http://wtr.rubyforge.org/wiki/wiki.pl?FrequentQuestions Zeljko -Original Message- By the way, is there a search function for the mail achive? ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] Trapping page source on error

2005-09-19 Thread Chris McMahon
from scripts that have errors. Our developers pointed out that providing the HTML source of the page loaded in IE at the time of the error would be great. begin assert(ie.foo == x) rescue = e puts ie.getHTML end would do it, yes? -C

[Wtr-general] Focus Issue

2005-09-19 Thread Keith Kaminski
First off, I just wanted to say that Ive been pretty impressed with Watir so far. Ive only been playing around with it for about 30 minutes and Ive already got a few comprehensive tests running. Im very excited about the prospect of integrating Watir with NUnit and having it be a part of