Page 1 of 1

Reuse screenshot for image recording

Posted: Mon Nov 25, 2013 11:01 am
by ElSticky
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?

Re: Reuse screenshot for image recording

Posted: Mon Nov 25, 2013 5:25 pm
by Swisside
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