Waits for element to disappear for specified amount of time. If the element disappears within waiting time, then the 'Yes' branch is executed. Else the 'No' branch continues.
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 to disappear.
Usage Examples
This activity is a good option in case you need to continue only after the certain element disappears, i.e. pop-up window disappears after button is clicked.