Luukdb
4 years agoContributor
If object equals visible then.. else.. is not working
Hello, I am trying to add an if else statement to check if an object is visible or not. When the object is visible everything works fine but when the object isn't visible, TestComplete keeps sear...
- 4 years ago
You'll want to check for the object to exist first, before you look for Visible. Use the Checking Whether an Object Exists from Scripts section in here
https://support.smartbear.com/testcomplete/docs/app-objects/common-tasks/checking-existence.html