WinAppDriver 是否提供任何身份验证机制 and/or HTTPS 连接?

Does WinAppDriver provide any Authentication mechanism and/or HTTPS connection?

我目前正在使用 Appium 和 WinAppDriver 来对 Windows 桌面应用程序进行测试。 使用 WinAppDriver 非常简单,它提供了一个默认监听 http://localhost:4327 的 REST API。

在我的测试用例中更进一步,我想在远程机器上部署 WinAppDriver,使用安全的 HTTPS 连接并进行某种身份验证(基本身份验证、令牌...任何东西)。

WinAppDriver GitHub page doesn't mention any secure connection ways and even the SECURITY.md没讲到那个

有人用过吗?确认 WinAppDriver 是否允许 HTTPS and/or 身份验证?

谢谢。

chromedriver、winappdriver 一切都遵循相同的客户端-服务器架构。

驱动程序公开可用的方法抛出休息 api 我们使用客户端库与这些端点交互。

通常的做法是在本地系统中同时拥有驱动程序和目标应用程序。

如果在远程系统中,则假定它在专用隔离网络中

如果您仍然想要 https,请使用支持 https 的 selenium4 网格:

https://github.com/SeleniumHQ/selenium/issues/5073

查看关闭命令

更简单直接的方法:

设置本地驱动程序服务器的反向代理