WinAppDriver:修订间差异

(创建页面,内容为“WinAppDriver,全称是Windows Application Driver,是微软开源的一个Windows上的UI自动化测试框架, 与Selenium类似。…”)
 
无编辑摘要
第1行: 第1行:
WinAppDriver,全称是Windows Application Driver,是微软开源的一个[[Windows]]上的UI自动化测试框架, 与[[Selenium_(软件)|Selenium]]类似。支持操作Windows 10电脑上的UWP 、WinForms、WPF和Win32程序。
WinAppDriver,全称是Windows Application Driver,是微软开源的一个[[Windows]]上的UI自动化测试框架, 与[[Selenium_(软件)|Selenium]]类似。[[appium]]依赖WinAppDriver来操作Windows程序自动化。WinAppDriver支持Windows上的UWP 、WinForms、WPF和Win32程序, 需要安装在Windows10或更高版本。


==简介==
==简介==
第5行: 第5行:


===安装===
===安装===
在Windows10或更高版本上安装:
* https://github.com/Microsoft/WinAppDriver/releases 下载程序。
* https://github.com/Microsoft/WinAppDriver/releases 下载程序。
* 安装WinAppDriver。
* 安装WinAppDriver。
第17行: 第18行:
==资源==
==资源==
===官网===
===官网===
===网站===
*WinAppDriver 官网:https://github.com/Microsoft/WinAppDriver
*WinAppDriver 官网:https://github.com/Microsoft/WinAppDriver
*WinAppDriver 文档:https://github.com/Microsoft/WinAppDriver
*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驱动程序]

2022年9月20日 (二) 07:46的版本

WinAppDriver,全称是Windows Application Driver,是微软开源的一个Windows上的UI自动化测试框架, 与Selenium类似。appium依赖WinAppDriver来操作Windows程序自动化。WinAppDriver支持Windows上的UWP 、WinForms、WPF和Win32程序, 需要安装在Windows10或更高版本。

简介

时间轴

安装

在Windows10或更高版本上安装:

了解更多 >> WinAppDriver 文档:安装和启动


快速入门

资源

官网

网站