Ranorex analyzes UI elements based on various criteria. The value of various access types plays a
role here. Elements are searched for and identified using e.g:
- ControlId
- AutomationId
- Class name
- Window text
Whereby the sequence plays an important
role. As ControlIds are sometimes assigned dynamically (due to the toolkits used) and are also not easy to read, it makes sense to use the name of a control / element for identification.
In the attached configuration, the value of the ControlId has therefore been reset and the value of the window text increased.
Please unzip attached file and import it to Ranorex to identify controls by its name.