paul_igoe
9 years agoContributor
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
As dganov said, it should be http://smartbear.com, not http:\\smartbear.com. I've fixed the example in the docs. Thanks for pointing it out!