Reuse screenshot for image recording

Ranorex Studio, Spy, Recorder, and Driver.
ElSticky
Posts: 34
Joined: Tue Sep 17, 2013 1:45 pm

Reuse screenshot for image recording

Post by ElSticky » Mon Nov 25, 2013 11:01 am

I would like to use an existing screenshot of my repository again but I don't know how. When you create for example a new mouse action there isn't something like Screenshot in the Location dropdown menu where there is when it was recorded but then it creates a new screenshot. So how to reuse an existing one?

Swisside
Posts: 92
Joined: Thu Oct 10, 2013 10:40 am

Re: Reuse screenshot for image recording

Post by Swisside » Mon Nov 25, 2013 5:25 pm

Hi

Not sure what you mean by reusing.


Here is how you can access an image using code :
CompressedImage i = repo.MyApp.MyElement.GetScreenshot1();
Regards
A simple thank you always does wonders !