Hi,
I have been using Ranorex for a while now and I run into the following issue:
The main Window of my application changes its title depending on the users actions. By default the recorder locates the form by its accessible name but when a given user action (or localization setting) changes the form title, the test execution crashes because the base item (in this case the form) is not being found.
I run into this problem with WinForms forms and used the "@class" attribute as a workaround, but when it comes to WPF the class attribute is displayed like [process.exe ;; <GUID> ]. So far I haven't being able to compose a RxPath that locates this form regardless of its title.
So, my questions are:
-Is there a workaround for my issue?
-What is the best way to identify a WinForms and/or WPF form that does NOT utilizes its accessible name or caption?