Hi,
Try the below code's to click the Image,
(OR)
(OR)
If the above code doesnt work, please check if the Image Object Properties are correct.
Thanks,
Vinod
Try the below code's to click the Image,
Code:
Browser("creationtime:=0").Page("micclass:=Page").Image("name:=GridView1.*","image type:=Image Button").FireEvent "onclick"
(OR)
Code:
Browser("creationtime:=0").Page("micclass:=Page").Image("name:=GridView1.*","image type:=Image Button").Click "1","1",micLeftBtn
(OR)
Code:
Browser("creationtime:=0").Page("micclass:=Page").Image("name:=GridView1.*","image type:=Image Button").Object.Click
If the above code doesnt work, please check if the Image Object Properties are correct.
Thanks,
Vinod