Search found 7 matches

by aaron.mckay
Tue Jun 13, 2017 2:52 am
Forum: General Questions
Topic: RanorexLicenseServer.exe CPU Usage
Replies: 2
Views: 1622

RanorexLicenseServer.exe CPU Usage

Hi there, We are noticing that our Ranorex License Server is using one core permanently on one of our AWS instances. Is there a way of reducing the amount of CPU this process uses? Right now we have several license keys, would consolidating these help performance? (Premium 3, Premium 4, Runtime 8, R...
by aaron.mckay
Tue Apr 28, 2015 1:08 am
Forum: Bug Reports
Topic: CTRL Key Combination for Browser zoom not functional
Replies: 10
Views: 3232

Re: CTRL Key Combination for Browser zoom not functional

Hi Markus,
Thank you very much for this. New code works fine for Chrome/Firefox and IE.
Very impressed by Ranorex Support.
Cheers,
Aaron
by aaron.mckay
Thu Apr 23, 2015 5:45 am
Forum: Bug Reports
Topic: CTRL Key Combination for Browser zoom not functional
Replies: 10
Views: 3232

Re: CTRL Key Combination for Browser zoom not functional

Hi Markus,
The code is working in Chrome which is good to see.
In Firefox, you have to put a delay between the Process being started and the CTRL-0 which is fine.

However I can't get this to work in (typical) IE.
Any further ideas?

Thanks for your help so far,
Aaron
by aaron.mckay
Mon Apr 20, 2015 12:36 am
Forum: Bug Reports
Topic: CTRL Key Combination for Browser zoom not functional
Replies: 10
Views: 3232

Re: CTRL Key Combination for Browser zoom not functional

Hi Markus, Just to repeat, I need the following code for an API based framework. We are not using Ranorex Studio as our IDE. I've tried to take this code into a basic C# script but I cannot get it to work. I've copied the following code to assist. Cheers, Aaron using System; using Microsoft.VisualSt...
by aaron.mckay
Wed Apr 15, 2015 2:02 am
Forum: Bug Reports
Topic: CTRL Key Combination for Browser zoom not functional
Replies: 10
Views: 3232

Re: CTRL Key Combination for Browser zoom not functional

Excellent Thanks Markus. Small typo in that you needed an e on the end of Activat, but the repo.BrowserForm.Self.Activate(); works fine in Ranorex Studio. Going back to the original API requirement, I've been playing with what I assume is the equivalent which is webDocument.Browser.Activate(); Howev...
by aaron.mckay
Tue Apr 14, 2015 2:09 am
Forum: Bug Reports
Topic: CTRL Key Combination for Browser zoom not functional
Replies: 10
Views: 3232

Re: CTRL Key Combination for Browser zoom not functional

Apologies for the delay, I didn't get an email regarding a response until I just manually checked.

I've modified my method to now include a

Keyboard.PrepareFocus("/form[@processname='chrome']");

And I'm still not capable of changing the browser zoom
by aaron.mckay
Thu Feb 19, 2015 1:16 am
Forum: Bug Reports
Topic: CTRL Key Combination for Browser zoom not functional
Replies: 10
Views: 3232

CTRL Key Combination for Browser zoom not functional

Hi there, We have occasional issues with our automation which is conducted in a remote desktop. We've implemented all of the remote desktop aspects as per the user guides section "remotely working with ranorex" But we are ending up occasionally with zoom problems caused by our use of scroll wheel us...