Forum Discussion
rraghvani
7 months agoChampion Level 3
See Waiting for an Object, Process or Window Activation - WaitNNN Methods. Same can be applied to Keyword Tests.
- megha_phophalia7 months agoContributor
I did not understand exactly how they works
- rraghvani7 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
- 5 years ago
Recent Discussions
- 7 hours ago
- 7 days ago
- 10 days ago