I am having a problem clicking on a link within htmlunit. I went through the api on the site(which I didn\'t really understand well) and looked at all the sample code I cou
The problem is not in the code used to click on the link. It's in the JavaScript executed when the link is clicked. Either the JavaScript is buggy, or the JavaScript interpreter used by HtmlUnit has a problem running it.
The problem seems to be with a parameter x which has the Infinity value during the execution.