From: Guillaume L. <gu...@gm...> - 2017-06-26 08:59:30
|
Hello every body, I have a link like this : *<a tabindex="2" href="javascript:raf()">* * 0 * *</a>* I can find it with HtmlUnit and I use the click() method to execute the javascript (method raf() in this example). But nothing happens. The script doesn't run any ajax request. It only changes the value of another field. But after clicking, when I get the value of the input that should have changed, it is still the same. Is there something special to click this kind of link ? Thank you for your help. i'm using HtmlUnit 2.23. With the 2.27 and 2.28 SNAPSHOT I get an error due to illegal character inside the javascript pages. |