I have to write a program to open a UWP Desktop application on Windows 10 PC and perform some operation and close, this should be run at constant intervals.
I have checked WinAppDriver and Microsoft UI Automation testing frameworks. WinAppDriver requires developer mode enabled, so I decided to focus on the Microsoft UI Automation framework.
Is it good to use the Microsoft UI Automation framework for my Use case?
Does Microsoft still support UI Automation frameworks other than WinAppDriver?
Please advice.