Forum Discussion

m_essaid's avatar
m_essaid
Valued Contributor
11 years ago
Solved

Waiting for a window / "the object does not exist"

Hello, I have a software that makes batchs that could be from 10 seconds long to several minutes. I put a property checkpoint right after this batch. The problem is that i have, when running ...
  • simon_glet's avatar
    11 years ago
    Hi Mehdi,



    For such situations, we prefer using WaitAliasChild because:


    1. - the waiting time is a maximum so if the object appears earlier it will be acknowledged,


    2. - if the object is not found at max time, no error is raised




    Please checkout WaitAliasChild



    Sincerely