知行迭代
导航
首页
最近更改
随机页面
常用
分类目录
Linux命令
Mediawiki常用
电脑技巧
工具
链入页面
相关更改
特殊页面
页面信息
登录
查看“WinAppDriver”的源代码
←
WinAppDriver
页面
讨论
阅读
查看源代码
查看历史
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:[
[1]
]
您可以查看和复制此页面的源代码。
WinAppDriver,全称是Windows Application Driver,是微软开源的一个[[Windows]]上的UI自动化测试框架, 与[[Selenium_(软件)|Selenium]]类似。[[appium]]依赖WinAppDriver来操作Windows程序自动化。WinAppDriver支持Windows上的UWP 、WinForms、WPF和Win32程序, 需要安装在Windows10或更高版本。 ==简介== ===时间轴=== ===安装 WinAppDriver=== 在Windows10或更高版本上安装: * https://github.com/Microsoft/WinAppDriver/releases 下载程序。 * 安装WinAppDriver。 * 开启Windows开发者模式,在任务栏中搜索‘开发者模式’,开启‘开发者模式’。 * 在cmd终端输入<code>"C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe"</code>启动。或将该目录加入系统Path,直接输入cmd找中WinAppDriver。 {{了解更多 |[https://github.com/Microsoft/WinAppDriver#install--run-winappdriver WinAppDriver 文档:安装和启动] }} ===安装辅助工具=== 安装一种辅助工具,如传统的Inspect.exe,微软更推荐新的Accessibility Insights。 ====Accessibility Insights==== * https://github.com/microsoft/accessibility-insights-windows/releases 页面下载最新版本 * 点击安装 * 启动 {{了解更多 |[https://accessibilityinsights.io/ Accessibility Insights] |[https://accessibilityinsights.io/docs/windows/getstarted/setup/ Accessibility Insights 文档:Window环境设置] }} ==== Inspect ==== Inspect.exe包含在Windows SDK中。 * https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/ 下载Windows SDK。 * 点击安装。 * 在<code>C:\Program Files (x86)\Windows Kits\10\bin</code>目录中搜索<code>inspect</code>,选择对应平台的inspect.exe打开即可。 {{了解更多 |[https://learn.microsoft.com/en-us/windows/win32/winauto/inspect-objects Windows 应用开发文档:辅助功能工具Inspect.exe] }} ==快速入门== ==资源== ===官网=== *WinAppDriver 官网:https://github.com/Microsoft/WinAppDriver *WinAppDriver 文档:https://github.com/Microsoft/WinAppDriver *WinAppDriver 源代码:https://github.com/Microsoft/WinAppDriver ===网站=== *[https://appium.io/docs/en/drivers/windows/ Appium:Windows驱动程序] *[https://techcommunity.microsoft.com/t5/testingspot-blog/winappdriver-and-desktop-ui-test-automation/ba-p/1124543 微软测试社区:WinAppDriver and Desktop UI Test Automation]
本页使用的模板:
模板:了解更多
(
查看源代码
)
返回至“
WinAppDriver
”。