Search found 34 matches

by benny28
Tue Aug 02, 2016 3:26 pm
Forum: General Questions
Topic: Ranorex Licence Manager - Remove Host
Replies: 2
Views: 1426

Ranorex Licence Manager - Remove Host

Hi, As the admin of our Ranorex Licence Server (v5.4.4) there are times when I need to take a floating licence back from a user and reallocate it to a test agent. In the Licence Manager I can see under 'Clients' who the Host / User are, but I don't see any option to temporarily remove them. Does thi...
by benny28
Mon Oct 12, 2015 4:18 pm
Forum: Object Identification and Technologies
Topic: RxPath Limitation
Replies: 5
Views: 1898

Re: RxPath Limitation - SOLVED

Wow excellent, I was unaware of the: /.. feature in RxPath. That's exactly what I was talking about. For anyone else reading this, Ranorex example found @ http://www.ranorex.com/support/user-guide-20/ranorexpath.html > Advanced RanoreXPath Example > identify a GUI element not having unique attributes
by benny28
Fri Oct 09, 2015 2:35 pm
Forum: Object Identification and Technologies
Topic: RxPath Limitation
Replies: 5
Views: 1898

Re: RxPath Limitation

Using the example code in the attachment: *** Let's say that there are many Route Row's, but that they are Not uniquely named, and we do not want to use numeric's in our xpath (ie. Row 0) because they change. *** And we want to access a specific Cell 1 'Cell Description Row 0' element *** Luckily th...
by benny28
Fri Oct 09, 2015 11:04 am
Forum: Object Identification and Technologies
Topic: RxPath Limitation
Replies: 5
Views: 1898

RxPath Limitation

Hello, When I use regular Xpath in webdriver (for example), I can design an xpath like this: //div[li[@id='RobustAutomation']] Using additiona [] brackets allows me to build an xpath backwards while focusing on a specific area of code. But RxPath does not allow this same format and a syntax error is...
by benny28
Tue Apr 14, 2015 10:12 am
Forum: Object Identification and Technologies
Topic: How to set plugin 'WPF/UIA' = UiaPreferred in VS code?
Replies: 15
Views: 6858

Re: How to set plugin 'WPF/UIA' = UiaPreferred in VS code?

Thanks Markus, the direct code in VS worked. I've now upgraded to 5.3.1 and it seems to be working correctly now. Am I correct in saying that there is no way to tell from either the .Repository.cs or .rxrep files, how this pluin is set? Can different Repositories have this setting set differently, o...
by benny28
Thu Apr 09, 2015 4:58 pm
Forum: Object Identification and Technologies
Topic: How to set plugin 'WPF/UIA' = UiaPreferred in VS code?
Replies: 15
Views: 6858

How to set plugin 'WPF/UIA' = UiaPreferred in VS code?

Hello, Setup: Ranorex 5.3 with Visual Studio as our IDE (with Ranorex repositories). I need to specify the new Plugin 'WPF Legacy/UIA Interaction' = UiaPreferred. I had assumed that updating the setting in Spy Plugins, then saving the repository, that the setting would filter through to the project ...
by benny28
Wed Aug 13, 2014 10:14 am
Forum: General Questions
Topic: Issue Regarding Runtime Floating licences
Replies: 2
Views: 1577

Re: Issue Regarding Runtime Floating licences

This issue has been resolved by the support team, cheers.
by benny28
Tue Aug 12, 2014 4:46 pm
Forum: General Questions
Topic: Issue Regarding Runtime Floating licences
Replies: 2
Views: 1577

Issue Regarding Runtime Floating licences

The issue is I had 3 Runtime Floating licence installed on a Licence Server. This Licence Server machine had a hard-drive failure and is now unusable. I then installed a new Licence Server onto a new machine. But when I tried to authenticate (using either the Licence Server tool or web version) my 3...
by benny28
Fri Jun 13, 2014 3:53 pm
Forum: General Questions
Topic: how to check element clickable or not
Replies: 7
Views: 4326

Re: how to check element clickable or not

Hi Steve20, it sounds like you want to validate that the element has an 'Enabled' value of False. Once you use Spy to get the element attributes, you can then use 'Path Editor' to configure your Xpath to be specific to your needs. Expand the 'Path Editor' general section and tick the checkbox for 'e...
by benny28
Tue May 06, 2014 3:27 pm
Forum: General Questions
Topic: Webinars
Replies: 1
Views: 1613

Webinars

Hello, just a quick one:

Will the up-coming Webinars http://www.ranorex.com/automated-testing-webinars.html
be available to view / download after the initial live event?
by benny28
Thu Apr 24, 2014 3:36 pm
Forum: General Questions
Topic: Chrome Popup - Disable developer mode extensions
Replies: 3
Views: 6900

Re: Chrome Popup - Disable developer mode extensions

Thanks for the detailed answers folks. In fairness I should have found that dedicated thread on the subject. :oops:

Thankfully, the issue does not hinder my test runs as it does other people.
by benny28
Wed Apr 23, 2014 3:43 pm
Forum: General Questions
Topic: Chrome Popup - Disable developer mode extensions
Replies: 3
Views: 6900

Chrome Popup - Disable developer mode extensions

Hello,

I'm guessing this is more of a Chrome issue than a Ranorex one but:

Why does the Ranorex Chrome Plugin ask me every time I restart Chrome if I want to "Disable developer mode extensions"? Can this pop up be disabled for good?

Cheers
by benny28
Wed Feb 19, 2014 10:36 am
Forum: Automation API
Topic: Mouse moves to top left of screen
Replies: 9
Views: 4480

Re: Mouse moves to top left of screen

Hello, I've been noticing this issue creeping into my framework recently and intermittently. Different machines produce different responses in my application under test, but once I restart my machines I resolves itself temporally. I am not using Ranorex Studio, I've imported the Ranorex DLL's into m...
by benny28
Wed Feb 12, 2014 12:51 pm
Forum: General Questions
Topic: Solved - Ranorex was unable to start the 32/64 Bit Bridge
Replies: 10
Views: 7019

Re: Ranorex was unable to start the 32/64 Bit Bridge

Thanks for the response Support Team. EnablingBitBridge = true; did not resolve my issue so I had to continue digging. I knew that my framework was working correctly on my previous Dev machine. It also worked via Ranorex Studio. But not on my new Dev machine which had a new image (closer to a Live m...
by benny28
Fri Feb 07, 2014 5:42 pm
Forum: General Questions
Topic: Solved - Ranorex was unable to start the 32/64 Bit Bridge
Replies: 10
Views: 7019

Re: Ranorex was unable to start the 32/64 Bit Bridge

Thanks Markus

Does this need to called located within a specific method name?
Similar to 'public static void ApplicationRunSpeed()' which I have in a root config file.
Or maybe even within a [Before] hook?