DenisMedvedev
9 years agoContributor
How to ‘Wait’ object ‘Right’?
We are using script tests and before working with element we are waiting element via it’s properties: (obj.Exists == true && obj.VisibleOnScreen == true && obj.Visible == true && obj.Enabled == t...
- 9 years ago
Did you try the WaitProperty method?