From: Vishwanath Uppala Date: 2007-10-13T14:03:44+09:00 Subject: Execution stops once exception is encountered Hi all, I am using ruby and watir to test my web application. I wanna run watir script 24 x 7 without stopping. The problem is that the ruby stops execution each time it encounters an exception for e.g if it fails to locate a frame on a web page it gives out exception and stops executing. Is there any way by which i can continue execution of the script even after encountering exceptions. Thanking you in advance Regards vishwanath -- Posted via http://www.ruby-forum.com/.