Re: [Wtr-general] WIN32OLERuntimeError - I get this error after two hours - see details

2006-11-10 Thread Chris McMahon
Do you have any other programs or services running in the background?  (In particular any monitoring programs in the System Tray?)  Have you tried collecting system performance metrics while you run your test?  So just for fun I did this:  #3require 'watir'include W

Re: [Wtr-general] startClicker

2006-11-10 Thread Paul Carvalho
Ha!  Thank you, Mark!You don't know it, but this just helped me solve a completely different problem that I was experiencing with a non-Watir Ruby script.The key was the "start".  Every time I would run my Ruby script (using the "rubyw") from a batch file a command prompt window would still be left

Re: [Wtr-general] startClicker

2006-11-10 Thread Cain, Mark
What you’re seeing is correct.  What is happening with the command prompt window it is scrolling through all of the active windows objects on your machine trying to match the window title bar text.  The clicker starts a new process (command prompt window) since a JS alert is modal otherwise

Re: [Wtr-general] WIN32OLERuntimeError - I get this error after two hours - see details

2006-11-10 Thread Paul Carvalho
Hello Nathan, thanks for all the details you included in your initial post.  While I don't think I can add anything more to the programming/troubleshooting side of things than have already been offered, I haven't seen anyone yet ask what else is going on in the system. Do you have any other program

Re: [Wtr-general] Watir tests as how-to documents

2006-11-10 Thread Željko Filipin
Thank you all. I will take a look at tools that you suggested.Zeljko-- http://zeljkofilipin.com/ ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general