I am working on automating my desktop application.
It is completely designed using WPF controls.
Can you please tell me if I can use PyWinAuto to automate this application ?
I would like to know how to fetch the unique control ids of these wpf objects to be able to control them using automation. Is there a spy tool to fetch these id's ? I already tried SWAPY 64 bit. But it displays control id as '0' and the highlight is on the main application window and I am unable to highlight the smaller wpf controls available inside that window.
Thanks in advance.