Description
Waits for element to appear for specified amount of time. If the element will appear within waiting time, then the 'Yes' branch will be executed. Else the 'No' branch will continue.
Below is an example of how to set up and use an activity to check an element with a certain value in the property (that the element has the number '42' entered).

Parameters
Interface element
Select an element from a list or create new one.
Waiting time, sec
Amount of time in seconds to wait for the element.
Comment
Contains an annotation to the activity. The input text will be displayed above the activity name.
Usage Examples
This activity is a good option in cases where the elements appears not immediately.