I am to automate a process in a windows executable application, but I am facing significant challenges when spying for elements in it.
In general, all spying techniques except AA only recognizes windows, panes, as well as the navigation menu buttons (e.g. "File", "View", "Tools", etc.). AA is able to recognize most, but not all elements. However, even highlighting an identified element takes minutes and the identification is very weak, e.g., relying on the text within the field and finding multiple matches for empty fields. It should be noted that I have tried UI and application navigator, and running BP and the taget application as administrator, to no prevail.
I am grasping for straws, but is there any technique/magical setting/command parameter/etc. I could possibly try to avoid using surface automation and other last resort-techniques?
Thank you in advance