Daniel Gibby wrote:
>Is there a way to change settings on how strict WebTest or maybe it is 
HtmlUnit handles javascript errors?

The only solution I know of is to turn off Javascript checking entirely 
via the enableJavaScript task:

        <enableJavaScript description="Disable javascript to avoid bugs" 
enable="false"/>

The semantics of this task are pretty awful, btw.  This could've been 
implemented more simply as:

        <disableJavaScript description="Disable javascript to avoid 
bugs"/>

_______________________________________________
WebTest mailing list
WebTest@lists.canoo.com
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to