Search found 59 matches

by Julien Diot
Fri Mar 11, 2022 9:04 am
Forum: General Questions
Topic: Macbook
Replies: 2
Views: 679

Re: Macbook

Thanks, that's what I thought...
by Julien Diot
Thu Mar 10, 2022 4:21 pm
Forum: General Questions
Topic: Macbook
Replies: 2
Views: 679

Macbook

Hello, I have a website to test, this website is also embedded in a desktop application via Electron. I need to be able to test the browsers from Windows and Mac but also the desktop application on Windows and Mac. Will Ranorex allow me to do this? I know I should be developing my tests from a Windo...
by Julien Diot
Thu Sep 23, 2021 1:14 pm
Forum: General Questions
Topic: Update environment variable
Replies: 6
Views: 1207

Re: Update environment variable

Here is the solution I chose: I get the value from the registry and add it to the environment variables of my process (Ranorex). Since I run my PowerShell script via Ranorex, now PowerShell knows my new environment variables. // Open the test key in read/write mode. RegistryKey rkTest = Registry.Loc...
by Julien Diot
Thu Sep 23, 2021 7:40 am
Forum: General Questions
Topic: Update environment variable
Replies: 6
Views: 1207

Re: Update environment variable

I don't think so because on the Windows side, these variables are visible and accessible while the application is still running.

I will see if I can't go through the Windows messages.
by Julien Diot
Thu Sep 23, 2021 7:18 am
Forum: General Questions
Topic: Update environment variable
Replies: 6
Views: 1207

Re: Update environment variable

I tried with the example but it doesn't work because the application creates the environment variables also through powershell scripts on several levels.
by Julien Diot
Wed Sep 22, 2021 9:54 am
Forum: General Questions
Topic: Update environment variable
Replies: 6
Views: 1207

Re: Update environment variable

Yes, that's right.

The link seems to fit what I want, I'll try that.

Thanks for your help.
by Julien Diot
Wed Sep 22, 2021 9:20 am
Forum: General Questions
Topic: Update environment variable
Replies: 6
Views: 1207

Update environment variable

Hello, I would like to know how I can get the value of an environment variable without restarting Ranorex. Let me explain: I launch "Ranorex Studio". I launch a "Recording module", which launches an application that creates environment variables. I launch a "Code module" which runs a powershell scri...
by Julien Diot
Wed Mar 03, 2021 8:48 am
Forum: General Questions
Topic: Robust RanoreXpath
Replies: 1
Views: 1460

Robust RanoreXpath

Hello, I have just tried the new "Robust RanoreXpath" feature on one of my applications developed in DELPHI, but now I'm getting errors that aren't there. On a TMaskEdit component, it tells me that the text property was not found while I just do a "Click" action and then a "KeySequence" action on it...
by Julien Diot
Tue Oct 06, 2020 9:37 am
Forum: General Questions
Topic: Build - Rebuild
Replies: 3
Views: 1252

Re: Build - Rebuild

Hello,

In the case where modifications have been made in a "Datasource", it is better to do a "Rebuild" because I already had the problem that by doing a simple "Build" the modifications were not taken into account.
by Julien Diot
Fri Jul 03, 2020 10:28 am
Forum: General Questions
Topic: command CMD
Replies: 5
Views: 1206

Re: command CMD

Thank you. I'm gonna go read this.
by Julien Diot
Fri Jul 03, 2020 9:50 am
Forum: General Questions
Topic: command CMD
Replies: 5
Views: 1206

Re: command CMD

Off ranorex, If I do a net use x: \\ShareFolder" by running "CMD" with admin privileges, my drive is created but not visible in local drives, the mapping is not accessible. Not OK. If I do a "net use x: \\ShareFolder" by running "CMD" without admin privileges, my drive is created and visible in loca...
by Julien Diot
Fri Jul 03, 2020 9:37 am
Forum: General Questions
Topic: command CMD
Replies: 5
Views: 1206

Re: command CMD

Thank you for your answer. The CMD command works correctly without administrator privileges. If I run "cmd" as administrator off ranorex, the "net use" returns my drive create in ranorex (with privileges admin) but this drive is not visible in local drivers. If I run "cmd" without privilege off rano...
by Julien Diot
Fri Jul 03, 2020 8:17 am
Forum: General Questions
Topic: command CMD
Replies: 5
Views: 1206

command CMD

Hello, I encounter a problem, I launch "Ranorex Studio" as administrator because I need to activate the "Debug" mode. When, by script, I run "cmd" via System.Diagnostics.Process.Start to mount a network drive (useful for the application to test), this one launches as administrator and my drive is mo...
by Julien Diot
Fri Jun 12, 2020 11:24 am
Forum: General Questions
Topic: Jenkins and "Ranorex Agent"
Replies: 12
Views: 1798

Re: Jenkins and "Ranorex Agent"

Indeed, by using a batch and not the "Run a ranorex test suite" plugin, I can launch my 3 "Ranorex Agent" simultaneously.

Thank you for your help.
by Julien Diot
Fri Jun 12, 2020 9:57 am
Forum: General Questions
Topic: Jenkins and "Ranorex Agent"
Replies: 12
Views: 1798

Re: Jenkins and "Ranorex Agent"

Hello,

Thanks for coming back, I'll look in that direction.