Page 1 of 1

How to take snapshot of Desktop using Ranorex 2.1.3?

Posted: Tue Aug 25, 2009 12:25 pm
by cancerion
Hi,

I am using Ranorex 2.1.3.

Can I take a snapshot of desktop having Outlook in Open state in Ranorex log?

Actually I want to see the Outlook state and applications opened at the time any exception happen.

Thanks,
Sachin

Re: How to take snapshot of Desktop using Ranorex 2.1.3?

Posted: Tue Aug 25, 2009 4:07 pm
by Ciege
If you use Report.Screenshot() it will take a screenshot of your entire desktop and save it to the log.

If you use Report.Screenshot(YourObject) it will take a screenshot of your specified object (i.e. the Outlook client) and save it to the log.

Re: How to take snapshot of Desktop using Ranorex 2.1.3?

Posted: Wed Aug 26, 2009 11:18 am
by cancerion
Thanks,
It works for me.