Forum Discussion
TanyaYatskovska
11 years agoSmartBear Alumni (Retired)
Hi David,
In my opinion, first, you need to check whether the object exists and, only after this, call the checkpoint:
if (objX.Exists)
Property Checkpoint(objX, "Visible", cmpEqual, true)
else
Log.Error("The object doesn't exists")
Related Content
- 3 years ago
Recent Discussions
- 4 days ago
- 5 days ago