Forum Discussion

paul_igoe's avatar
paul_igoe
Contributor
8 years ago
Solved

Log.Link() does not work when exported to mht

Hi All,

 

Log.Link() does not work when exported to mht.

Example (from Link Method):

  var sPath = "http:\\\\smartbear.com";  
  var Str = "Click the link on the right";
  var ExtStr = "Click the link in the Link column above";
  Log.Link(sPath, Str, ExtStr);

 

In TestComplete Log, link is OK:

 

 

In exported .mht (attached), link does not appear:

 

TestComplete V11.30

IE 11.0

 

Is this a known issue? Any workaround?

 

Regards,

Paul