Hello,
i tried to automate an windows application. But every time i want to click a button with ControlClick the Button is just highlighted. Returncode is success (1).
So i tried to do it with python and pywinauto, i have the same problem till i got there is difference between old and new guis: https://pywinauto.readthedocs.io/en/latest/getting_started.html
I switched to MS UI Automatation and it works.
Where is the switch in autoit to change from win32 to uia? I still want to use autoit.