UWP UI自动化测试------WinAppDriver/Inspect.exe demo
Posted gracemm
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了UWP UI自动化测试------WinAppDriver/Inspect.exe demo相关的知识,希望对你有一定的参考价值。
1、首先在启动 WinAppDriver.exe,运行界面:
路径:C:Program Files (x86)Windows Application DriverWinAppDriver.exe
如果不运行它的话,UI自动化工程在运行单元测试的时候,vs 会抛异常:
1
2
3
4
5
6
7
8
|
/* 先启动 C:Program Files (x86)Windows Application DriverWinAppDriver.exe,否则会抛异常 Unexpected error. System.Net.WebException: 无法连接到远程服务器 ---> System.Net.Sockets.SocketException: 由于目标计算机积极拒绝,无法连接。 127.0.0.1:4723 在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) 在 System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) --- 内部异常堆栈跟踪的结尾 --- 在 OpenQA.Selenium.Appium.Service.AppiumCommandExecutor.Execute(Command commandToExecute) 在 OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) */ |
2、使用 inspect.exe 工具,确定软件运行时,需要触发事件 UI元素的 ID/Name
路径:C:Program Files (x86)Windows Kits10inx64inspect.exe
以上是关于UWP UI自动化测试------WinAppDriver/Inspect.exe demo的主要内容,如果未能解决你的问题,请参考以下文章