Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mfc grid object is not identified
#1
Not Solved
I am testing a C++ application which uses mfc grid for tables and want to retrieve its values in a variable. But object spy identifies it like winobject please suggest how to do.....
snap is attached.


Attached Files Image(s)
   
Reply
#2
Not Solved
I am automating C++ application and it uses mfc grid. Please help me, how can i extract cell value with descriptive programming. Object spy identifies it as winobject.
Reply
#3
Not Solved
Did you tried getting the child objects collection and then getting the cell value.
Code:
Set oDesc = Description.Create
Set colObject = ParentObject.ChildObjects(oDesc)
Set colObject = Desktop.ChildObjects(oDesc)
Reply
#4
Not Solved
Hi Tarik thanks for reply i am beginner and don't know how to get cell value
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Object identified despite having no information mjt 1 1,909 09-14-2015, 08:25 PM
Last Post: mjt
  Not able to click text inside the grid dropdown szkapoo 6 4,293 12-20-2014, 09:43 PM
Last Post: supputuri
  SAPGUI Grid Ansh123 1 5,527 11-20-2014, 05:05 PM
Last Post: supputuri
  Toolbar object not identified excellentpawan123 0 1,980 10-29-2014, 04:37 PM
Last Post: excellentpawan123
  UFT with Windows grid user1 0 2,866 10-01-2014, 10:21 PM
Last Post: user1

Forum Jump:


Users browsing this thread: 1 Guest(s)