tphillips
5 years agoFrequent Contributor
Disable taking screenshot with On-Screen Action
 Hi 
   
 Does anyone know if it's possible to disable taking a screenshot when performing an on-screen action (e.g. clicking on a link or a button). I have a test that does this a lot and taking the ...
- 5 years agoIn fact, you can: Options.Visualizer.CollectMode = vcmOff; // Disable Test Visualizer 
 Options.Visualizer.CollectMode = vcmImgObj; // Enable Test Visualizer, save both images and object dataSee here : https://support.smartbear.com/testcomplete/docs/testing-with/visualizer/enabling-and-disabling.html