Search found 2 matches

by ColinO
Wed Jul 18, 2012 2:54 pm
Forum: Object Identification and Technologies
Topic: RxPath changing in runtime
Replies: 7
Views: 2493

Re: RxPath changing in runtime

For anyone else wondering what the original poster's solution code is for checking if that element (or its child) is of the desired type, here's some sample code of how I think it's done: Ranorex.Text textArea; Ranorex.Core.Element textElement; if(Host.Local.TryFindSingle("element path name here", 2...
by ColinO
Tue Jul 17, 2012 10:41 pm
Forum: Object Identification and Technologies
Topic: RxPath changing in runtime
Replies: 7
Views: 2493

Re: RxPath changing in runtime

Hi there, It looks like I have a very similar problem to that discussed in this thread. My Ranorex Spy goes from recognizing /container and /text element to generalizing them both to elements and appending a new /text element onto the path as shown below. My initial ranorex path that worked the prev...