How can we use adaptive delay?

Hi,

As you correctly mentioned using hard code delay degrade the performance of the bot. Instead of hard code delays we have to go for conditional delay.

In conditional delay we have to mention the max time a web page will take refresh the data so that bot will perform the activities whenever the web page loaded. it will not wait for the max time out. this is the best practice for Ui automation.

To enable the conditional delay we have to use the below activites.

→ Element exist activity.

→ Check App state

Please refer the below links it will guide you on this. thanks.

https://docs.uipath.com/activities/docs/n-check-state

1 Like