How to gracefully handle waitelementvanish timeout error?

Hi All,

I am trying to download ahuge file which may take time to complete… what im doing is in a flowchart,im using waitelementvanish for 1 minute then elementexist check to the progressbar and if it stil exist using decision flow im going back to waitelementvanish on true else close window onfalse, problem is waitelementvanish is throwing error and doenst continue further…

I wouldnt want to increase time blindly without checking for the elementexists…

Pls suggest any alternate ways to handle…

– thanks

You can set the property ‘continue on error’ to true in the properties of the activity.

You could also use a do while activity to achieve the same result without using decisions and flowchart loops…