automation - 我可以从哪里下载 Windows 自动化 API?

标签 automation ui-automation

我可以从哪里下载 Windows Automation API?或者它是否存在于 windows 7 sdk 本身中。提前致谢。

最佳答案

Windows Automation API从 Vista 开始,Windows 就提供开箱即用的版本(对于 Windoww XP,您需要下载可再发行包)。

Windows SDK 在标准 include 目录中提供了必要的 .h 文件(UIAutomation.h、UIAutomationClient.h、UIAutomationCore.h、UIAutomationCoreApi.h)。

关于automation - 我可以从哪里下载 Windows 自动化 API?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17782987/

相关文章:

api - REST Api 的自动化测试

c# - SychronizedInputPattern 在 UI 自动化中做什么?

javascript - JavaScript 是否与严格的页面对象模式兼容?

iphone - 有没有一种在 iOS 上使用 UIAutomation 来编写网络相关测试脚本的好方法

c# - 如何找到通过 C# 应用程序实现 SAP 自动化所需的连接字符串?

python - 自定义部署到 Azure 网站

java - 有人可以建议一个测试自动化工具来自动化 Java applet 窗口吗?

c# - 如何自动更新站点 RSS 提要

android - 自动化浏览器和 native 应用程序

javascript - 使用 typescript 处理 Protractor 下拉列表的问题