Search found 2 matches

by cwmiller
Fri Aug 14, 2015 5:05 pm
Forum: Object Identification and Technologies
Topic: Item 'xxxxxx' is no Table
Replies: 5
Views: 14165

Re: Item 'xxxxxx' is no Table

I suspected something like that. Though, I still cannot directly access the element and cast it to a TableTag since Ranorex by default tries to return it as a Table. Base-Table.PNG Self-Table.PNG I just did the following to get around it: return repo.ArrowEnVisionHome.Self.FindSingle(repo.ArrowEnVis...
by cwmiller
Thu Aug 13, 2015 5:57 pm
Forum: Object Identification and Technologies
Topic: Item 'xxxxxx' is no Table
Replies: 5
Views: 14165

Re: Item 'xxxxxx' is no Table

I had attempted to reply before but it didn't show up in the thread or my posts so sorry if this is a duplicate. So I have this table in my repository: RepoTable.PNG Right now I'm only attempting to count the rows of this table. The table and its child elements are select-able. I was trying numerous...