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 screenshot seems to slow down the testing a lot.
Thanks.
Solved! Go to Solution.
In fact, you can:
Options.Visualizer.CollectMode = vcmOff; // Disable Test Visualizer
Options.Visualizer.CollectMode = vcmImgObj; // Enable Test Visualizer, save both images and object data
See here :
https://support.smartbear.com/testcomplete/docs/testing-with/visualizer/enabling-and-disabling.html
Un sourire et ça repart
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
In fact, you can:
Options.Visualizer.CollectMode = vcmOff; // Disable Test Visualizer
Options.Visualizer.CollectMode = vcmImgObj; // Enable Test Visualizer, save both images and object data
See here :
https://support.smartbear.com/testcomplete/docs/testing-with/visualizer/enabling-and-disabling.html
Un sourire et ça repart
I should have scrolled all the way through to the bottom of the documentation page 😂
@BenoitB thank you! 👍
Thanks @BenoitB I knew it must be a setting somewhere
Subject | Author | Latest Post |
---|---|---|