Forum Discussion
VasuKodipaka
10 years agoNew Contributor
I was trying to create an ActiveX Object for some .exe file in Windows10 machine in test complete using Jscript
It's throwing me an error "Automation server cant create object"
my code snippet goes in this way :
var api = new ActiveXObject("API");
Thanks,
Vasu Kodipaka.