Solved
Forum Discussion
Marsha_R
Champion Level 3
5 years agoRecorded tests frequently use screen coordinates to find objects rather than object names. This is pretty fragile and will not always create a repeatable test. Check your recorded test to see if it's doing that, and if so, the recommended fix is to change those test items to find the object by name or some other property rather than using coordinates.