Turn off hidden screenshots in code

Class library usage, coding and language questions.
User avatar
sdaly
Posts: 238
Joined: Mon May 10, 2010 11:04 am
Location: Dundee, Scotland

Turn off hidden screenshots in code

Post by sdaly » Tue Jun 28, 2011 3:36 pm

Hi

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

Thanks

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Turn off hidden screenshots in code

Post by Support Team » Tue Jun 28, 2011 3:47 pm

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

User avatar
sdaly
Posts: 238
Joined: Mon May 10, 2010 11:04 am
Location: Dundee, Scotland

Re: Turn off hidden screenshots in code

Post by sdaly » Tue Jun 28, 2011 3:58 pm

Many thanks :)