WinAppDriver
WinAppDriver copied to clipboard
Desktop UI Automation using WinAppDriver and tried to run using task scheduler using service account
We have created a desktop UI Automation using C#. We tried to run the .exe by using task scheduler on VM through service account. Task scheduler is not able to run desktop UI automation in attended mode. We have scheduled run for every 30 minutes and it is not running the tasks. We have tried to change the settings of task scheduler by "user logged on" and "user logged in or not". It is not working in both settings.
somehow this did never worked for me also. I start the WinAppDriver from the code before start the test case and then kill at the end.