I am currently working with Appium and WinAppDriver in order to perform tests on Windows Desktop applications. Using WinAppDriver is pretty straight forward, it provides a REST API that listens on http://localhost:4327 by default.
Going further in my test cases, I wanted to deploy WinAppDriver in a remote machine, use a secure HTTPS connection and have some sort of Authentication (Basic auth, Token... anything).
The WinAppDriver GitHub page doesn't mention any secure connection ways and even the SECURITY.md doesn't talk about that.
Anyone already worked with it ? to confirm if WinAppDriver allows HTTPS and/or Authentication ?
Thank you.