Forum Discussion
shankar_r
8 years agoCommunity Hero
There is no option in command line i guess.
We can disable the Visualiser using below line of codes
Options.Visualizer.CollectMode = vcmOff; // Disable Test Visualizer Options.Visualizer.CollectMode = vcmImgObj; // Enable Test Visualizer, save both images
At start of your project you can set the above option to instruct how the log should get saved.