Forum Discussion
rraghvani
3 years agoChampion Level 3
In HTML, you have code that creates the UI object, and you have properties that define the UI Object. Since the object is already created, and the property for visibility is set to false. TC will see the object, so when calling the Exists method, it will return true.
For example, I have a validation message appearing, property Exists = true and Visible = true
When the validation disappears, property Exists = true but Visible = false
You need to check the property of your UI Object.
- MarcusBengtsson3 years agoFrequent Contributor
Ahhhh thats great! How.. do I select the "visibleonscreen" option? that thing actually changed from true to false, all other are still true even if checked or not. If its possible 🙂
Related Content
- 11 years ago
Recent Discussions
- 7 hours ago
- 4 days ago