Forum Discussion

VasuKodipaka's avatar
VasuKodipaka
New Contributor
8 years ago

Is there any difference in creating ActiveX object in Windows10 machines using Jscript

Hi,

 

Is there any difference in creating ActiveObject for any exe? in Windows10 machines through testcomplete using Jscript?

 

Can anyone help me here?

 

Thanks,

Vasu Kodipaka

2 Replies

  • 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.