WinAppDriver icon indicating copy to clipboard operation
WinAppDriver copied to clipboard

Desktop UI Automation using WinAppDriver and tried to run using task scheduler using service account

Open RameshR66 opened this issue 2 years ago • 1 comments

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.

image

RameshR66 avatar May 31 '22 11:05 RameshR66

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.

anunay1 avatar Jun 02 '22 20:06 anunay1