Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在为 UI 自动化工具用 JavaScript 编写的脚本中,如何导入另一个 JavaScript 文件?
在 UI 自动化中,您可以添加类似
#import "MySharedFunctions.js"
在脚本的顶部,让它从另一个 JavaScript 文件中提取代码。这可用于在共享源文件中存储常见测试或其他帮助函数。