Windows应用程序驱动程序(WindowsApplicationDriver)是一项支持类似Selenium的Windows应用程序UI测试自动化的服务,这项服务支持在Windows10PC上测试通用Windows平台(UWP)、WindowsForms(WinForms)、WindowsPresentationFoundation(WPF)和经典Windows(Win32)应用程序。
使用方法
安装和运行WinAppDriver
下载Windows应用程序驱动程序安装程序
在Windows10机器上运行安装程序,在该机器上安装并测试你的被测应用程序
在Windows设置中启用开发者模式
从安装目录中运行WinAppDriver.exe(例如:C:ProgramFiles(x86)WindowsApplicationDriver)。
然后Windows应用程序驱动程序将在测试机器上运行,在默认的IP地址和端口(127.0.0.1:4723)上监听请求。然后你可以运行我们的任何测试或样本。WinAppDriver.exe可以被配置为监听不同的IP地址和端口,如下所示。
WinAppDriver.exe4727
WinAppDriver.exe10.0.0.104725
WinAppDriver.exe10.0.0.104723/wd/hub
注意:您必须以管理员身份运行WinAppDriver.exe来监听不同的IP地址和端口。