Search found 3 matches

by HA_N
Wed Feb 06, 2013 8:04 am
Forum: Object Identification and Technologies
Topic: Identify Elements Uniquely
Replies: 5
Views: 2225

Re: Identify Elements Uniquely

Yes , the items are not in the repository, but i can access them from my code
by HA_N
Mon Feb 04, 2013 5:59 am
Forum: Object Identification and Technologies
Topic: Identify Elements Uniquely
Replies: 5
Views: 2225

Re: Identify Elements Uniquely

I did try that . It does add the items, but yet again I was unable to identify them uniquely from my code.

In the end I just used FindChildren<Ranorex.OptionTag> and iterated through the List of OptionTags, identifying eaach one through the InnerText property that happened to be unique.
by HA_N
Fri Feb 01, 2013 9:27 am
Forum: Object Identification and Technologies
Topic: Identify Elements Uniquely
Replies: 5
Views: 2225

Identify Elements Uniquely

An existing application has an html table, within the body tag, there are multiple td tags with the same name Ranorex isn't able to all of them to the repository, since all of them have the same XPath. ( Capture.PNG ) How can I add these items to the repository? I tried making a recording, the repos...