为什么 WinAppDriver.exe 立即关闭?

Why does WinAppDriver.exe close immediately?

我一直在努力让任何东西与 WinAppDriver 一起工作。这是一种使用 Selenium 来测试 window 应用程序的方法。

按照下面的说明,我已经安装了 WinAppDriver。当你 运行 它时,它应该在命令 window 中保持打开状态。然而,我的并没有保持打开状态,这就是问题所在。

我的问题是为什么当我导航到 "C:\Program Files (x86)\Windows Application Driver" 和 运行 WinAppDriver.exe 时 WinAppDriver 会立即关闭?我试过右键单击并选择 "Run as administrator",同样的事情发生了。

我已经与 IT 支持人员谈过,他们检查过防病毒软件没有阻止它。

我关注的演示视频是here and WinAppDriver is installed from here,需要运行ning。当 运行ning 时,它会打开一个 CMD window,上面写着 Window Application Driver listening for requests at: http://127.0.0.1:4723/ Press ENTER to exit.

您可以在 5:30 左右的视频中看到,它们启动 WinAppDriver.exe 并且 CMD window 打开并保持打开状态。我的立即关闭的可能原因是什么?

安装和运行Windows应用程序驱动程序

1.Download Windows 来自 https://github.com/Microsoft/WinAppDriver/releases

的应用程序驱动程序安装程序

2.Run Windows 10 台机器上的安装程序,您的待测应用程序已安装并将接受测试

3.Run WinAppDriver.exe 从安装目录(例如 C:\Program Files (x86)\Windows Application Driver)

我的答案是在 Windows 中设置“开发人员模式” 10. 只需转到“开始”菜单并键入“使用开发人员功能”。将“开发人员模式”设置为开并同意安装等。教程中没有人告诉我这些东西...

另一个原因可能是您已经在后台的同一端口上安装了 Appium 服务器 运行。为了确定,先打开cmd.exe,将link粘贴到WinAppDriver.exe,然后按"Enter"。