使用 Appium 测试框架为 Windows 驱动程序编写测试时遇到问题
Posted
技术标签:
【中文标题】使用 Appium 测试框架为 Windows 驱动程序编写测试时遇到问题【英文标题】:Facing an issue when writing tests for windows driver using Appium test framework 【发布时间】:2021-04-27 11:29:35 【问题描述】:我正在尝试使用 Appium 测试框架自动化 Windows 应用程序。所以我参考了以下链接Appium test framework
我按照上面链接中提到的所有步骤操作,但在下面一行中出现错误
DesktopSession = new WindowsDriver<WindowsElement>(new Uri(WindowsApplicationDriverUrl),appCapabilities);
谁能给出解决上述问题的可能解决方案。
【问题讨论】:
请不要将代码或错误作为图片发布 【参考方案1】:Eswaran Thirugnanasambandam
此问题未在 Appium.WebDriver - 3.0.0.1 版本中重现。我认为您使用的是更高版本。请检查并降级 nuget 并测试应用程序
【讨论】:
以上是关于使用 Appium 测试框架为 Windows 驱动程序编写测试时遇到问题的主要内容,如果未能解决你的问题,请参考以下文章