Forum Discussion

DenisMedvedev's avatar
DenisMedvedev
Contributor
9 years ago

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...
  • baxatob's avatar
    baxatob
    9 years ago

    Did you try the WaitProperty method?