Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SWF grid is identified by QTP as swfobject - how to access a childitem of a cell??
#1
Not Solved
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:

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)
and
Code:
myDs.Rows.Item(1).Item(2).childobject...
but it didnt work


Thanks
Raparthi
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation Oracle Objects not identified by UFT 12.02 Deepnara 0 2,058 08-21-2017, 05:32 PM
Last Post: Deepnara
  Unable to switch between Tabs in Swf Application in QTP Vijay_bt 0 2,321 10-21-2016, 08:22 PM
Last Post: Vijay_bt
  WebElement (only Weblist) is not getting identified in QTP 11, Windows 7 priyaang 3 5,531 06-26-2015, 12:39 AM
Last Post: supputuri
  UFT 11.53 is freezing when using swfobject ORHE 0 1,583 02-10-2015, 10:38 PM
Last Post: ORHE
  Not Identified Drop Down Field using QTP 11.52 sunkumaranr 0 2,247 09-25-2014, 01:12 PM
Last Post: sunkumaranr

Forum Jump:


Users browsing this thread: 1 Guest(s)