是从JScript还是使用testcomplete的jscript
是从JScript还是使用testcomplete的jscript
How do I call Windows APIs or the functions that are defined in DLLs (Like user32, Kernel32 etc..) from JScript?
if there is any testcomplete based solution exists also fine for me.
For eg. How to proceed If I want to call SHGetSpecialFolderPath?
最佳答案
你不能直接。
从IE,您完全不能。
使用WSH-您可以公开一个为您调用API的COM对象。
关于javascript - 如何从JScript或Testcomplete调用Windows API? ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/5884131/