Wait for Certain element to Disappear and perform next action

Hello All,

In one app, there is some folder path and the user has to select that path clicking on Browse button, then after the path is entered then click on submit button but we don’t know the exact time to browse for the path, I can not use select folder dialog box because folder is located on their system, not on local system.
so my problem is how to resume bot up to file path is entered and then click on search button.
I tried on Element Disappear and Wait for Element Activity but it is throwing error activity Timeout exception.

Can anyone know the solution for this?

Hi @Mohini_Shelke

You can use ‘Wait Element Vanish’ activity and update its property “Timeout” with the max time it takes to vanish.

Regards,
Suman