Occasionally HtmlUnit stumbles upon a JavaScript error so grave it brings down the entire application.
Here's the long stacktrace it spits out: http://pastie.org/806625
I have already set the webClient not to ...
I am using HtmlUnit to get some info from various web pages and when running the application it writes all page errors, CSS errors, script errors, from those pages. Can I ...