microsoft / WinAppDriver

Windows Application Driver
MIT License
3.66k stars 1.4k forks source link

Start Winapp driver on https #455

Open rajeeshmenoth opened 6 years ago

rajeeshmenoth commented 6 years ago

At present, when WinAppDriver is started, it starts using http://:4723. I would like to know if it is possible to start WinAppDriver using https like this - https://<ipaddress:443

hassanuz commented 6 years ago

Hi @rajeeshmenoth,

WinAppDriver does not support https:// - the reason for this is that WinAppDriver is not designed to be exposed openly.

Can you share your use-case if possible?

Thanks

rajeeshmenoth commented 6 years ago

Hi @hassanuz ,

Thank you for your response. I'm part of a team building a test automation tool that can run test cases remotely on windows 10 machines with WinAppDriver. The customer is particular about the data being transmitted on the network and would like some sort of safeguards to prevent data peeking.

Thanks

hassanuz commented 6 years ago

Hi @rajeeshmenoth,

We're looking into this.