Search found 13 matches

by GordonRamsay
Mon Aug 16, 2021 9:39 am
Forum: General Questions
Topic: Chrome extension web store version mismatch
Replies: 2
Views: 1062

Re: Chrome extension web store version mismatch

It looks like the Chrome extension has been updated on the web store, and is currently working for us

https://chrome.google.com/webstore/deta ... badibfncdm
by GordonRamsay
Mon Aug 02, 2021 9:20 am
Forum: General Questions
Topic: Chrome extension web store version mismatch
Replies: 2
Views: 1062

Chrome extension web store version mismatch

I noticed that the Ranorex instrumentation wizard for Ranorex (9.5.1.0) installs version 1.2.9.1 of the Ranorex extension for chrome (& edge). 1.2.9.1 is fully compatible with our scripts and version Ranorex 9.5.1.0. However, due to the implementation of our testing and the infrastructure, we do not...
by GordonRamsay
Fri May 29, 2020 2:09 pm
Forum: Object Identification and Technologies
Topic: XPath - Contains()
Replies: 8
Views: 7866

Re: XPath - Contains()

That's true, but what if I want my repo item to match the value of a variable that I have? Is there a way to escape the variable?

For example, a variable that I do not know what will be until runtime
by GordonRamsay
Thu May 28, 2020 9:33 am
Forum: Object Identification and Technologies
Topic: XPath - Contains()
Replies: 8
Views: 7866

Re: XPath - Contains()

I have come across situations where I would like contains instead of regex. E.g. if I wanted to search for an element that contains the string ^^test^^ Then using ~ on the element, it would simply not match, e.g. //text[@text~'^^test^^'] Ofcourse, i'm sure it's easy to write a usercode method for th...
by GordonRamsay
Tue May 26, 2020 8:09 am
Forum: General Questions
Topic: Agent is unable to identify TreeItem object
Replies: 5
Views: 1179

Re: Agent is unable to identify TreeItem object

Ah I see, the problem was that the specific TreeItem object that my test was attempting to click was not present, as they are dynamically loaded as the user scrolls down the Tree
by GordonRamsay
Tue May 26, 2020 5:07 am
Forum: General Questions
Topic: Agent is unable to identify TreeItem object
Replies: 5
Views: 1179

Re: Agent is unable to identify TreeItem object

I forgot to upload the snapshot where I run Spy without admin priveleges, here it is
by GordonRamsay
Fri May 22, 2020 10:00 am
Forum: General Questions
Topic: Agent is unable to identify TreeItem object
Replies: 5
Views: 1179

Agent is unable to identify TreeItem object

I am automating a program which is quite troublesome to me Using the Spy tool I am able to track the TreeItem object, however, when I run this script on an Agent it does not detect it. In my test, I run my AUT as another user, using Windows' "run as different user" feature. I thought maybe this was ...
by GordonRamsay
Tue Mar 03, 2020 4:03 am
Forum: General Questions
Topic: Where to download for existing customers?
Replies: 11
Views: 5033

Re: Where to download for existing customers?

I find this link quite handy for when I need to go back to previous versions of Ranorex where I haven't saved them on our network - https://www.ranorex.com/download-archive/ Note it only contains the latest iteration of a particular version e.g. in Ranorex 8.1 you will see v8.1.2 and not 8.1.0 or 8...
by GordonRamsay
Thu Feb 20, 2020 5:58 am
Forum: General Questions
Topic: Why does the 'Pause' key end the test, and the 'End' key pause the test?
Replies: 2
Views: 1344

Why does the 'Pause' key end the test, and the 'End' key pause the test?

This is very confusing, as it seems backwards

Is there any way I could change the hotkeys? I would like the Pause key to Pause the test, and the End key to End the test
by GordonRamsay
Mon Feb 10, 2020 3:37 am
Forum: General Questions
Topic: GDI Capture List across project integrations
Replies: 3
Views: 1098

Re: GDI Capture List across project integrations

Thanks for the response, However, we are creating many solutions that contain integrations of many apps, this is a pain because if we forget to import the settings from one project, we may not realise until tests begin to fail Is there any plans for the GDI capture settings to be contained within th...
by GordonRamsay
Fri Feb 07, 2020 9:36 am
Forum: General Questions
Topic: GDI Capture List across project integrations
Replies: 3
Views: 1098

GDI Capture List across project integrations

Greetings Ranorexers I have recently come across a problem regarding the GDI capture list; Say for example, I have Application A, and Application B, with standalone Ranorex solutions for each application, which both heavily use GDI (the applications do not support anything else) I now wish to create...
by GordonRamsay
Mon Feb 18, 2019 11:32 am
Forum: General Questions
Topic: Ranorex 9.0 test video recording
Replies: 3
Views: 1960

Re: Ranorex 9.0 test video recording

Hi Ranorexers It appears that Ranorex 9.0 is bundled with its own ffmpeg binary, so you needn't worry about not having it installed. The issue was that my resolution's height was not evenly divisble by 2, and ffmpeg would commit suicide at the beginning of each test. I changed my resolution slightly...
by GordonRamsay
Fri Feb 15, 2019 4:32 am
Forum: General Questions
Topic: Ranorex 9.0 test video recording
Replies: 3
Views: 1960

Ranorex 9.0 test video recording

Greetings Ranorexers I have recently downloaded the latest Ranorex version of 9.0 to test the new features, however I have one small issue. Upon completion of a test, the video recording file generated will always be a Matroska file 0 bytes in size. Must I have ffmpeg installed for this feature to w...