Forum Discussion

Wanderings's avatar
Wanderings
Occasional Contributor
8 years ago
Solved

For keyword testing, is there a way to add a delay until the program has moved on to the next step?

I have an operation that has a variable delay before it is completed and the screen is transitioned to the next part of the program.   Is there a way to add a variable delay to wait until this oper...
  • DCat1223's avatar
    8 years ago

    I would use the On-Screen Object - WaitProperty.  See attached screenshots to correspond below.

     

    1) Select On-Screen object from the TestActions tab.

    2) Select the object you want to become visible (or no longer visible)

    3) Select WaitProperty for the Method/Property

    4) Set the PropertyName to Visible

        Set the PropertyValue to True (visible) or False (not visible)

        Set the WaitTime to the desired time.  This field uses miliseconds so 1000 = 1 second, 10000 = 10 seconds...

     

    I use this all the time and it's great!

     

    Hope this helps.  Good luck!