Forum Discussion
2 Replies
- baxatobCommunity Hero
Hi,
Can you describe your problem in details?
- VasuKodipakaNew 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.