wait

Container for sub-tasks which should be tested during some times
Key feature of this task - all subtasks won't fail until time is out. If subtasks were executed fine - execution of wait is stopped
Use this task if you need your test to wait until a specific element appear on the screen, etc.
If a sub-task has sub-sub-tasks - these rule is applicable too, for any hierarchy depth
If set of sub-tasks fails more than expected time - the test is considered failed
If wait does not have any sub-tasks - test execution will be just delayed to the timeout time

Task properties:

Name Description
Message
IndexTo
Any Flag that it is enough that just one sub-task executes fine. Default value "false"
Timeout Timeout in seconds. Default - 60