Forum Discussion

nisgupta's avatar
nisgupta
Valued Contributor
4 years ago

aqObject.Checkproperty and aqObject.CompareProperty + wait time when the values do not match

I was looking at the documenation for the following libraries 

 

aqObject.Checkproperty and aqObject.CompareProperty

 

if we use aqObject.Checkproperty it will wait till the time set in autowaitTime - when the values do not match

if we use aqObject.CompareProperty , how long it will wait if the value do not match ?

 

Thanks

Nishchak

2 Replies

  • BenoitB's avatar
    BenoitB
    Community Hero

    As for me, no timing, it's a test on actual values. If object not present should return error.

     

     

    • nisgupta's avatar
      nisgupta
      Valued Contributor

      BenoitB 

       

      so aqObject.CompareProperty do have any any wait time as mentioned in aqObject.CheckProperty ?