HTTPUnit and Bad Javascript
Hi,
I am new to HTTPUnit and am writing some code to parse a site and convert it to a graph on which I will later perform some basic graph theory computations.
The problem is that sometimes, sites contain bad javascript and exceptions. Is it possible to tell HTTPUnit NOT to process javascript?
Mark

