Search found 5 matches

by loonquawl2
Tue Feb 01, 2022 7:35 am
Forum: General Questions
Topic: Program Start from 'Run Application' is weird
Replies: 3
Views: 768

Re: Program Start from 'Run Application' is weird

Thank you for your answer - it is definitely not a timing issue, i tried everything in that regard - and as i wrote, even doing the same interactions manually, it is that single button that does not work,IF i previously started the AUT by using the 'run' command. The script also works if Ranorex sta...
by loonquawl2
Fri Jan 28, 2022 8:22 am
Forum: General Questions
Topic: Program Start from 'Run Application' is weird
Replies: 3
Views: 768

Program Start from 'Run Application' is weird

Hi, i am still running 9.3.1 - and i have a weird problem with starting the AUT: If i use 'Run Application', either with 'aut.exe' in 'File Name' and 'C:\Program Files\AUT\' in 'Working directory' or with 'C:\Program Files\AUT\aut.exe' in 'File Name' and nothing in 'Working directory' my tests have ...
by loonquawl2
Tue May 04, 2021 10:01 am
Forum: Automation API
Topic: Screenshot of multiple elements or defined area?
Replies: 3
Views: 1785

Re: Screenshot of multiple elements or defined area?

Thanks odklizec, i was already experimenting with image manipulation, but i was getting fed up with the many stumbling stones on this path :-) I now use two elements, that occupy diagonal corners of the rectangle (I call them upper left/lower right, but that is actually irrelevant) i would like to s...
by loonquawl2
Mon May 03, 2021 1:14 pm
Forum: Automation API
Topic: Screenshot of multiple elements or defined area?
Replies: 3
Views: 1785

Screenshot of multiple elements or defined area?

I'm currently using something like this to make Screenshots of elements in the AUT, to be saved to various paths, for later use (manual, etc.): public static void ScreenshotAndSave(Adapter AreaToShoot, string NameToSave) { Bitmap shotImage = Ranorex.Imaging.CaptureImage(AreaToShoot); shotImage.Save(...
by loonquawl2
Tue Mar 03, 2020 12:52 pm
Forum: General Questions
Topic: RxPath for Windows Desktop Icons
Replies: 1
Views: 920

RxPath for Windows Desktop Icons

Hi! I tried to find Icons on the Windows Desktop using Spy, and it returned a path that began with \dektop - this worked for a while, until it suddenly did not. For a while the icons where findable only on a path that was the same, but began with \form (byline: \form and \dom had been the only rxpat...