Search found 515 matches

by Stub
Fri Dec 08, 2023 9:05 am
Forum: General Questions
Topic: Ranorex reporting wrong screen resoluton
Replies: 3
Views: 4983

Re: Ranorex reporting wrong screen resoluton

I have dual monitors on my setup, so Ranorex reports the total amount of space available to the desktop. Is that applicable here at all?
by Stub
Tue Oct 17, 2023 8:08 am
Forum: Automation Tools
Topic: Remote desktop
Replies: 10
Views: 3266

Re: Remote desktop

Yes, that is a very common issue - black screenshots, that kind of thing - as RDP isn't a full desktop. You'll find it mentioned a lot here.
by Stub
Thu Oct 12, 2023 8:30 am
Forum: Object Identification and Technologies
Topic: Always get last child in RxPath?
Replies: 2
Views: 1976

Re: Always get last child in RxPath?

You might be able to use some the RxPath functions e.g. tag/?/span[last()='True'] though I have no direct experience of these myself.

https://support.ranorex.com/help/latest ... #Functions
by Stub
Tue Sep 05, 2023 9:35 am
Forum: How To …
Topic: Is there a way to repeat a test in an endless loop?
Replies: 2
Views: 5034

Re: Is there a way to repeat a test in an endless loop?

You can set an "Iteration count" on the properties for a test case. Perhaps set that to a huge, huge number? Or stick it in a Smart Folder and also add a huge iteration count to that too, to multiple it?
by Stub
Mon Aug 14, 2023 1:59 pm
Forum: Bug Reports
Topic: Agent is unable to track elements in Chrome - Edge
Replies: 2
Views: 4056

Re: Agent is unable to track elements in Chrome - Edge

There are lots of posts on this. If you run Spy on that machine you can probably see the browser FORM but not the browser DOM. This means Ranorex is not communicating to the Ranorex Automation plugin in the browser. Until this connection is re-established and the DOM becomes visible in Rx Spy it won...
by Stub
Fri Aug 04, 2023 9:13 am
Forum: Object Identification and Technologies
Topic: Difference in object identification in Edge in two Clients
Replies: 3
Views: 3486

Re: Difference in object identification in Edge in two Clients

If you cannot see a DOM element then the Ranorex Extension simply isn't talking to the browser. The Form is just the browser window. Until you get both, it won't work.
by Stub
Wed Jul 05, 2023 3:58 pm
Forum: General Questions
Topic: set global variable values from azure variables when running a pipeline
Replies: 7
Views: 2451

Re: set global variable values from azure variables when running a pipeline

If you tell it to run "Test Case 1" or "FirstTests" on the command-line then your single [SETUP] will not execute. That looks all or nothing to me.
by Stub
Tue Jul 04, 2023 8:20 am
Forum: General Questions
Topic: set global variable values from azure variables when running a pipeline
Replies: 7
Views: 2451

Re: set global variable values from azure variables when running a pipeline

I have never used /mo for running specific modules, but your /tc has told it to run a specific test case only, which skips any earlier [Setup] prior to that test case and just goes straight to whatever is in "myTests". I have no clue how your tests are structured, but you may need to reorganise thin...
by Stub
Mon Jul 03, 2023 8:25 am
Forum: General Questions
Topic: set global variable values from azure variables when running a pipeline
Replies: 7
Views: 2451

Re: set global variable values from azure variables when running a pipeline

I know absolutely nothing about Azure Pipelines, but you can set variables via the Rx test exe using the /pa: switch. Maybe that will help, I don't know.
by Stub
Thu Jun 29, 2023 2:16 pm
Forum: Automation Tools
Topic: Firefox update 114 breaks Ranorex Automation 1.3.5
Replies: 7
Views: 3032

Re: Firefox update 114 breaks Ranorex Automation 1.3.5

I just today noticed in Ranorex Spy that my Firefox DOM is being detected again. I looked at the Firefox change history and found this for Firefox 114.2, released on June 20th. "Web Extensions: Fixes for 114 regressions in our Native Messaging support." https://www.mozilla.org/en-US/firefox/114.0.2/...
by Stub
Fri Jun 16, 2023 1:22 pm
Forum: Automation Tools
Topic: Firefox update 114 breaks Ranorex Automation 1.3.5
Replies: 7
Views: 3032

Re: Firefox update 114 breaks Ranorex Automation 1.3.5

I have not reported this showstopper yet, no. This was because I am on an older version of Ranorex and assumed they'd just tell me to update, which I don't have time to accomplish right now.
by Stub
Thu Jun 15, 2023 2:09 pm
Forum: Object Identification and Technologies
Topic: Item found using Robust Path
Replies: 1
Views: 2543

Re: Item found using Robust Path

I always go into my generated RxPaths and manually tidy them up. I wouldn't use a path like the first example with the brittle div[2] and tag[4] elements, but neither would I go and use a fully wildcard scenario as shown in the second example. I tend to look for unique 'anchor points' deeper in the ...
by Stub
Mon Jun 12, 2023 8:15 am
Forum: Automation Tools
Topic: Firefox update 114 breaks Ranorex Automation 1.3.5
Replies: 7
Views: 3032

Re: Firefox update 114 breaks Ranorex Automation 1.3.5

Oh, we're still running Ranorex v10.1.6 because reasons, so I had assumed it was long out of date. The Ranorex Automation add-in is dated January 2022 IIRC... Yes, 3rd January 2022 it says. Hence I figured it had been updated since. So that'll save me from bothering testing a later build of Ranorex,...