Forum Discussion

MulgraveTester's avatar
MulgraveTester
Frequent Contributor
9 years ago

Unable to export logs without pictures

I am using TestComplete 10.60.3387.7

When I export a log file in mht format it always includes visualizer images even though I uncheck "Save Visualizer images"

The purpose of the export is to email the log to someone but it is too large when it includes the images. How do I force TestComplete to export the log without images in mht format?

 

1 Reply

  • m_essaid's avatar
    m_essaid
    Valued Contributor

    hi,

     

    you may begin your code by

     

    Options.Visualizer.CollectMode:= vcmOff;

     

    and end it by

     

    Options.Visualizer.CollectMode:= vcmImgObj;

     

    check out the help...