From: Christopher Swasey Date: 2008-02-20T09:10:02+09:00 Subject: Re: HELP: Need to continue the loop after the exception On 2/19/08, mirth wrote: > Is that because Watir Unit Test is behaving differently Or is that > because the browser is still running the page even the exception > happens? > > Could you be more specific about the exception that is being thrown and the code that's throwing it? It could be that the exception being thrown isn't a StandardError. NoMemoryError, for instance, wouldn't rescue cleanly. On a hunch, is the code particularly long running (more than 30 seconds), and on a shared web-host? Christopher Christopher