08-09-2011, 06:09 PM
Hi Saket,
I changed the script as per your suggestion.
Still i am unable to click on Image
I even tried by removing double quotes for other properties also.
I am attaching the screen shot contains Application Information & the result
Any help is appreciated.
I changed the script as per your suggestion.
Still i am unable to click on Image
Code:
Code Changed as Below:
Set oDesc = Description.Create()
oDesc("abs_x").Value = "830"
oDesc("abs_y").Value = "305"
oDesc("html tag").Value = "IMG"
oDesc("alt").Value=Imglink
Browser("Works Information Management").Page("Works Information Management").Frame("Frame_\d").Image(oDesc).Click
Set oDesc = nothing
I even tried by removing double quotes for other properties also.
I am attaching the screen shot contains Application Information & the result
Any help is appreciated.