02-05-2015, 01:47 PM
Hi Ankur
Your site is really helpful for beginner/intermediate and experts!
I have below situation in my project, we have a .net application, swfgrid is identified by QTP/UFT as swfobject.
I am able to access the grid cell content using:
However, I am unable to access an image (+icon) available in one of the cells. Could you suggest a solution?
I tried using below code:
and
but it didnt work
Thanks
Raparthi
Your site is really helpful for beginner/intermediate and experts!
I have below situation in my project, we have a .net application, swfgrid is identified by QTP/UFT as swfobject.
I am able to access the grid cell content using:
Code:
Set objGrid = SwfWindow("FormName").SwfObject("grid").Object
Set myDs = objGrid.DataSource
msgbox myDs.Rows.Item(1).Item(2)
However, I am unable to access an image (+icon) available in one of the cells. Could you suggest a solution?
I tried using below code:
Code:
myDs.Rows.Item(1).Item(2).childitem(1,2,"Image", 0)
Code:
myDs.Rows.Item(1).Item(2).childobject...
Thanks
Raparthi