Search found 3 matches

by Letanir
Wed Jun 28, 2017 10:07 am
Forum: Automation API
Topic: Problem with getting data from a cell of a table
Replies: 7
Views: 3085

Re: Problem with getting data from a cell of a table

It's the same with rows (I would be surprised if it would work). In spy text attribute also contains this data model (also my app throws exception when I'm using spy to "spy" on cell) java.lang.IllegalArgumentException: java.lang.ClassCastException@116a2b at sun.reflect.GeneratedMethodAccessor256.in...
by Letanir
Tue Jun 27, 2017 7:49 am
Forum: Automation API
Topic: Problem with getting data from a cell of a table
Replies: 7
Views: 3085

Re: Problem with getting data from a cell of a table

Hello, Ned

I've tried using cell.Element.GetAttributeValueText("text");, but result was the same. I'll sent you my snapshot shortly.
by Letanir
Mon Jun 26, 2017 3:08 pm
Forum: Automation API
Topic: Problem with getting data from a cell of a table
Replies: 7
Views: 3085

Problem with getting data from a cell of a table

Hello. I have a problem and want to ask for help. My company developes desktop application using java swing. There are lots of tables in our application with data from database. I tryed to use Ranorex to get data from them, but it doesn't work really well. I don't get data from each cell, instead I ...