Search found 5 matches

by Sean P
Fri Jul 18, 2014 7:52 pm
Forum: General Questions
Topic: Where can I download older versions?
Replies: 3
Views: 7940

Where can I download older versions?

Is there a place to download archived versions of Ranorex? Example 5.0.1?

Sean
by Sean P
Sun Jul 06, 2014 9:41 pm
Forum: General Questions
Topic: Repository finds element, user code does not
Replies: 7
Views: 2485

Re: Repository finds element, user code does not

Alex, Awesome. It works. In terms of the XPath, I was using the XPath that Ranorex generated...one of the many iterations that it generated. It never generated the path consistently so i decided to stick with one. You can actually see the difference in the ExhibitionStartDay element and the Exhibiti...
by Sean P
Thu Jul 03, 2014 10:38 pm
Forum: General Questions
Topic: Repository finds element, user code does not
Replies: 7
Views: 2485

Re: Repository finds element, user code does not

Alex,

Thanks for the response. I have tried both ways, and in both cases, Ranorex failed to find the element.

What should I do next?
by Sean P
Thu Jul 03, 2014 5:17 pm
Forum: General Questions
Topic: Repository finds element, user code does not
Replies: 7
Views: 2485

Re: Repository finds element, user code does not

So the problem is that all this is data driven, and its driven by a string that is of the format DateTime (requirement). So when executing the test, a string in the form of a DateTime is passed in, casted to type DateTime then parts of the date time including Month and Year are used to move the cale...
by Sean P
Thu Jul 03, 2014 12:22 am
Forum: General Questions
Topic: Repository finds element, user code does not
Replies: 7
Views: 2485

Repository finds element, user code does not

I have the following XPath in my repository: RanorexEx1.JPG It can be successfully found in the repository. See the highlighted element, and its screenshot Now when I remove the a tag part of the path and in user code do the following: Ranorex.Unknown day = repo.CMTCMT.ExhibitionStartDay.FindSingle(...