WinAppDriver
WinAppDriver,全称是Windows Application Driver,是微软开源的一个Windows上的UI自动化测试框架, 与Selenium类似。支持操作Windows 10电脑上的UWP 、WinForms、WPF和Win32程序。
简介
时间轴
安装
- 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