Search found 7 matches

by subdavis
Mon Jul 20, 2015 9:34 pm
Forum: Automation Tools
Topic: Double Remote Desktop causes failed tests.
Replies: 5
Views: 2410

Re: Double Remote Desktop causes failed tests.

VNC did the trick. It's a little slower, but it runs just like it were a local session.

I'll keep that trick in mind though. Thanks to both of you!

</Thread> :)
by subdavis
Mon Jul 20, 2015 8:32 pm
Forum: Automation Tools
Topic: Double Remote Desktop causes failed tests.
Replies: 5
Views: 2410

Re: Double Remote Desktop causes failed tests.

As I explained, I am using a parent and a child RD, and only minimizing the parent. Most of the tests run, but certain actions (like clicking) pass even though ranorex simply moved the mouse to hover over the item it was supposed to click (again, indicating that this is not a DOM issue). My suspicio...
by subdavis
Mon Jul 20, 2015 7:10 pm
Forum: Automation Tools
Topic: Double Remote Desktop causes failed tests.
Replies: 5
Views: 2410

Double Remote Desktop causes failed tests.

Hello! First, background on my setup: Win 8.1 remoting to Windows 2012 R2 Server remoting to Win 8.1 Ranorex is installed on the deepest machine, version 5.3.3.24484 My test suite runs perfectly if administered from a physical monitor / normal windows login session. However, If I try running the tes...
by subdavis
Tue Jul 07, 2015 3:40 pm
Forum: Automation API
Topic: Getting Actual Element Path from Regex Match
Replies: 7
Views: 2612

Re: Getting Actual Element Path from Regex Match

Apologies for my delayed response.

This is EXACTLY what I needed. Specifically, the existence of /ancestor::element will be universally helpful for this project.

I _really_ apprecite your help.
by subdavis
Wed Jul 01, 2015 3:41 pm
Forum: Automation API
Topic: Getting Actual Element Path from Regex Match
Replies: 7
Views: 2612

Re: Getting Actual Element Path from Regex Match

Sure thing! Here you go:
OwnedTableSnapshot.rxsnp
Thanks again for your help!
by subdavis
Wed Jul 01, 2015 3:00 pm
Forum: Automation API
Topic: Getting Actual Element Path from Regex Match
Replies: 7
Views: 2612

Re: Getting Actual Element Path from Regex Match

Happily! I was trying to avoid getting too specific, but this may help. Capture.PNG What I can always find is highlighted in red. What I need to be able to get is in blue. As you can see, there are no unique attributes I can get from the two icons at right, other than their position on the table ass...
by subdavis
Wed Jul 01, 2015 2:00 pm
Forum: Automation API
Topic: Getting Actual Element Path from Regex Match
Replies: 7
Views: 2612

Getting Actual Element Path from Regex Match

Hello folks, Hopefully you can help me out with the following: My Scenario: I'm running tests on a page where the element I need is determined by the location of another element, which could be anywhere. I have a 100% success rate at finding the the first "key" using regex. In practice, this involve...