struggling to click on link within htmlunit

前端 未结 1 1484
不思量自难忘°
不思量自难忘° 2021-01-06 15:43

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

相关标签:
1条回答
  • 2021-01-06 16:03

    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.

    0 讨论(0)
提交回复
热议问题