Search found 9 matches

by ChrisSA
Thu Feb 14, 2013 4:14 pm
Forum: Automation Tools
Topic: Unable to view Report
Replies: 21
Views: 5764

Re: Unable to view Report

Is your script stored locally? I had an issue with report creation when running from a network drive.
by ChrisSA
Thu Feb 07, 2013 4:49 pm
Forum: Object Identification and Technologies
Topic: Selecting List Item based on multiple child properties
Replies: 7
Views: 3332

Re: Selecting List Item based on multiple child properties

Ok thanks I'll give that a go and let you know if I have any further issues with it. Am I right in thinking you should therefore only add variables to the path using the text box not the path editor also? Edit: It is quite useful if it was possible to do so in the Path editor as it gives the quick c...
by ChrisSA
Thu Feb 07, 2013 11:41 am
Forum: Object Identification and Technologies
Topic: Selecting List Item based on multiple child properties
Replies: 7
Views: 3332

Re: Selecting List Item based on multiple child properties

Hi Alex, There is some strange behaviour with this when I initially add this it reports that multiple elements are found (inspecting the 'Date Modified' level) I expect this as without the date there are many with the same name. However when I move back to the parent /listitem level, without making ...
by ChrisSA
Tue Feb 05, 2013 12:10 pm
Forum: Object Identification and Technologies
Topic: Selecting List Item based on multiple child properties
Replies: 7
Views: 3332

Re: Selecting List Item based on multiple child properties

Hi Bernhard, Thanks for the reply I seem to be having problems with the path that I am using, I have tried adding brackets around the variables as I have seen in some other examples but that doesn't seem to change the result. list/listitem[@text~'^Studio.*_'+$LangCode+'_'+$PromotionCode+'_.exe']/tex...
by ChrisSA
Fri Feb 01, 2013 5:49 pm
Forum: Object Identification and Technologies
Topic: Selecting List Item based on multiple child properties
Replies: 7
Views: 3332

Selecting List Item based on multiple child properties

Hi All, I'm trying to automate selecting a file (e.g. an install) from a list based on its name (variable) and modified date(variable). For instance with the following list (Name and Date are different columns): Name Date A 2.2 _ES_X_.exe 01/02/2013 13:59 A 2.2 _EN_X_.exe 01/02/2013 11:52 A 2.1 _EN_...
by ChrisSA
Tue Nov 13, 2012 3:39 pm
Forum: Object Identification and Technologies
Topic: Reusing repository items when recording / Path Weights
Replies: 4
Views: 3206

Re: Reusing repository items when recording / Path Weights

Back looking at it again today, Unfortunately in my Ranorex Spy setting under General > Edit Path Weights adding a new rule does not give me an option for 'Dynamic' as the Capability. I have tried using accessible as the Capability value but still see the same issue. Also tried setting the weight of...
by ChrisSA
Thu Nov 08, 2012 6:29 pm
Forum: Object Identification and Technologies
Topic: Reusing repository items when recording / Path Weights
Replies: 4
Views: 3206

Re: Reusing repository items when recording / Path Weights

Thanks :) will try it out and let you know how it goes.
by ChrisSA
Wed Nov 07, 2012 5:08 pm
Forum: Object Identification and Technologies
Topic: Reusing repository items when recording / Path Weights
Replies: 4
Views: 3206

Reusing repository items when recording / Path Weights

Hi All, I'm currently trying to record some scripts during a trial to demonstrate Ranorex's capabilities with our software. Unfortunately I am hitting a problem where by when I record scripts it does not use my existing repository items (set-up before recording). An example of this is below: In my R...
by ChrisSA
Tue Jul 17, 2012 3:02 pm
Forum: General Questions
Topic: How to Validate with Catch but Report as Warning
Replies: 1
Views: 1808

How to Validate with Catch but Report as Warning

Hi All, I'm currently evaluating the software and trying to find a solution for a problem I have encountered. I have had a quick look at the API doc but was unable to find an answer (I'm not a developer so don't know the code well). With code below I check to see if an object is already created - if...