WinAppDriver:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第24行: | 第24行: | ||
===网站=== | ===网站=== | ||
*[https://appium.io/docs/en/drivers/windows/ Appium:Windows驱动程序] | *[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] |
2022年9月20日 (二) 07:57的版本
WinAppDriver,全称是Windows Application Driver,是微软开源的一个Windows上的UI自动化测试框架, 与Selenium类似。appium依赖WinAppDriver来操作Windows程序自动化。WinAppDriver支持Windows上的UWP 、WinForms、WPF和Win32程序, 需要安装在Windows10或更高版本。
简介
时间轴
安装
在Windows10或更高版本上安装:
- https://github.com/Microsoft/WinAppDriver/releases 下载程序。
- 安装WinAppDriver。
- 开启Windows开发者模式,在任务栏中搜索‘开发者模式’,开启‘开发者模式’。
- 启动WinAppDriver
了解更多 >> WinAppDriver 文档:安装和启动
快速入门
资源
官网
- WinAppDriver 官网:https://github.com/Microsoft/WinAppDriver
- WinAppDriver 文档:https://github.com/Microsoft/WinAppDriver
- WinAppDriver 源代码:https://github.com/Microsoft/WinAppDriver