Unable to get non-text objects from cells of table

Class library usage, coding and language questions.
bhoppe
Posts: 14
Joined: Thu Sep 08, 2011 10:34 pm

Unable to get non-text objects from cells of table

Post by bhoppe » Fri Dec 09, 2011 11:08 pm

We have a table created in Flex and I can capture the table and each cell, but I can't capture anything but text from the cells. I have two cells in particular I'm interested in. One has an image and another has a button. Here's a screen shot:
table_screen.png
The Top View cell has the image and the Edit has a button to that I need to click. Spy gets down to the cell level, but I can't find a way to get that the cell has an image and I can't find a way to get to the button so that I can perform a mouse click on the button.

Here's a snapshot of the whole table:
table.rxsnp
You do not have the required permissions to view the files attached to this post.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Unable to get non-text objects from cells of table

Post by Support Team » Mon Dec 12, 2011 9:45 am

Hi,

I see that you are using Ranorex Version 3.1.0. Please update to the latest version 3.1.3 - maybe this will solve the problem.

If not, please tell us the way to get to the grid with the problem within your site to work with the spy on the live version instead of a snapshot.

Best Regards,
Martin
Ranorex Support Team

bhoppe
Posts: 14
Joined: Thu Sep 08, 2011 10:34 pm

Re: Unable to get non-text objects from cells of table

Post by bhoppe » Mon Dec 12, 2011 6:48 pm

Support Team wrote:Hi,

I see that you are using Ranorex Version 3.1.0. Please update to the latest version 3.1.3 - maybe this will solve the problem.
Upgraded to 3.1.3 and I can now get the button.