Solved
Forum Discussion
rraghvani
Champion Level 3
9 months agoIn this web example, if the button control does not have an ID, it will be identified in Object Spy like so,
Control with no IDHowever, if the button does have an ID, it will appear like this,
Control with IDTC will attempt to identify the control based on other property values. However, if TC identifies your control as Window("Edit", "", 69), then the Index value is the only unique identifier that TC has identified.
The developers of the application need to provide an ID to the control, so that it can be identified by Object Spy like e.g. Window("Edit", "Policy Number", 69).