10-16-2012, 01:35 PM
(This post was last modified: 10-16-2012, 02:16 PM by silpavinod.)
Hi sankalp
Is this correct?
I worked with send keys but not able to click on the webbutton....and i worked with devicereplay too.. is there any other way...
Note: i am not able to record the webbutton..
Code:
Set DeviceReplay = CreateObject("Mercury.DeviceReplay")
DeviceReplay.mousemove 527,613
wait(5)
DeviceReplay.mouseclick 527,613,1
I worked with send keys but not able to click on the webbutton....and i worked with devicereplay too.. is there any other way...
Note: i am not able to record the webbutton..