Is there any difference in creating ActiveX object in Windows10 machines using Jscript
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2016
07:51 AM
06-28-2016
07:51 AM
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 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2016
08:07 AM
06-28-2016
08:07 AM
Hi,
Can you describe your problem in details?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2016
08:14 AM
06-28-2016
08:14 AM
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.
