Forum Discussion
megha_phophalia
Contributor
I did not understand exactly how they works
rraghvani
7 months agoChampion Level 3
If your object has a property name called Visible, that has a value of False - meaning that the object is not visible, then you can wait a number of seconds until the state changes to True. For example,
TestObj.WaitProperty("Visible", True, 5000);
Read and try to understand the documentation, as it clearly explains, with provided examples.
Related Content
- 6 years ago
- 7 years ago
- 5 years ago
Recent Discussions
- 6 hours ago
- 7 days ago
- 10 days ago