[Webtest] Re: Scriptaculous Effect causes Exception

Marc Guillemot webtest@lists.canoo.com
Fri, 13 Jan 2006 12:34:07 +0000 (UTC)


Matt Raible <mraible@...> writes:

> 
> Hello all,
> 
> I've found that the following script.aculo.us effect causes the
> exception below to occur.  The strange this is it only happens on OS X
> - everything works fine on Windows XP.
> 
> window.setTimeout("Effect.DropOut('successMessages')", 3000);
> 
> Any ideas on how to keep this in my code, but keep this error from
> happening on OS X?

do you have the possibility to run the test directly with htmlunit to walk the
chain of XNIException / InvocationTargetException up to the original problem?

Marc.