Hi, i've some problems to test some javascript functions! particularly with the method click()
here is my code :
Button button = resp.getFormwithName((string)parameters.get("FORM_NAME")).getButtons()[num]; button.click; System.out.println("response = " + resp); return(resp);
println doesn't post anything ! is there any problems in the code?
Thx
Gilles.
Log in to post a comment.
Hi,
i've some problems to test some javascript functions! particularly with the method click()
here is my code :
Button button = resp.getFormwithName((string)parameters.get("FORM_NAME")).getButtons()[num];
button.click;
System.out.println("response = " + resp);
return(resp);
println doesn't post anything !
is there any problems in the code?
Thx
Gilles.