Hi
Is it possible to turn off the hidden screenshots in the code?
Thanks
Turn off hidden screenshots in code
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Turn off hidden screenshots in code
Hi,
Peter
Ranorex Team
Yep, here it is:sdaly wrote:Is it possible to turn off the hidden screenshots in the code?
Ranorex.Core.Configuration.Current.Imaging.UseHiddenImageCapture = false;Regards,
Peter
Ranorex Team
Re: Turn off hidden screenshots in code
Many thanks 
