Forum Discussion
Dmitry_Nikolaev
Staff
16 years agoHi David,
We created a sample application and reproduced this behavior. As we have found, separate check box objects can be identified by the 'ObjectIdentifier' or 'Caption' properties which contain objects' text. You can map objects by these properties or use the Find method in your script tests to find these objects without relying to indexes.
Please let me know if this information helps.