01-07-2012, 10:36 PM
(This post was last modified: 01-07-2012, 10:37 PM by srikanthqtp.)
Hi UjwalaK
you can use the below coding for the same,
Thanks,
Srikanth
you can use the below coding for the same,
Code:
SignUpObjName = "117112.jpg"
BrowserName = Replace(Browser("micclass:=Browser").GetROProperty("name"),"|","\|")
PageName=Replace(Browser("micclass:=Browser").Page("micclass:=Page").GetROProperty("title"),"|","\|")
Browser("name:=" & BrowserName).Page("Title:="& PageName).Image( "file name:=" &SignUpObjName).Click
Thanks,
Srikanth