Hi, I've recently come across an issue while trying to highlight an element spied with AA mode, after a long unresponsiveness period, it returns a "Error - Highlighting results Exception of type 'System.OutOfMemoryException' was thrown." this happens despite the attributes I choose.
The app I'm interacting with is a Microsoft Access built program and I'm under the impression this is happening because the app is so dense (The window where these errors are happening has 13 tabs with 20-30 fields each) so perhaps the fields are not well defined enough to be distinguishable by the application modeller.
Win32 doesn't return this error but it is only able to identify when the field is selected, so the robot would have to go click on the field in order to locate it, heh.
Using Version 5.033 although I tested on 6.2 aswell and had the same results, UI mode had the same issue as Win32.
Is there a way to solve this without my client having to make significant changes to their application? Would running the robot on a better machine or improve the memory usage somehow solve this?
Many thanks, have a nice day!