Page 1 of 1

Turn off hidden screenshots in code

Posted: Tue Jun 28, 2011 3:36 pm
by sdaly
Hi

Is it possible to turn off the hidden screenshots in the code?

Thanks

Re: Turn off hidden screenshots in code

Posted: Tue Jun 28, 2011 3:47 pm
by Support Team
Hi,
sdaly wrote:Is it possible to turn off the hidden screenshots in the code?
Yep, here it is:
Ranorex.Core.Configuration.Current.Imaging.UseHiddenImageCapture = false;
Regards,
Peter
Ranorex Team

Re: Turn off hidden screenshots in code

Posted: Tue Jun 28, 2011 3:58 pm
by sdaly
Many thanks :)