I need to submit using a HTML form . The form contains several input
image element . I able to locate the image button using its name and
click() it . Still failed . So , i did some google and found this :
http://www.chami.com/tips/internet/042399I.html .
How can i simulate clicking an input image element with coordinates ? i
think i should simulate 'real click' , moving cursor and hit left mouse
button . I am not sure .
form->submit() also doesnt work .
Any suggestion ?
Thanks
Thanks