Solved
Forum Discussion
4 Replies
Sort By
you can disable taking screenshots as a whole within the project properties but I dont think that you can specify that to just on screen actions
- BenoitBCommunity Hero
In 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
I should have scrolled all the way through to the bottom of the documentation page 😂
BenoitB thank you! 👍