Wait for Ready

Wait for ready complete - UiPath waits for the entire UI element to load before performing the action. What is the time till which it will wait for the entire element to load ?
Ex - One UI element on a web page takes 1min in development and 3-4 min in production environment to load fully. How to approach this scenario ?

Hi @Ritaman_Baral

When we set the wait for ready to complete, it will wait until the page loads completly but also will respect the timeout time

so in your case, you should increate the timeout property at least to 5 min, so the activity will wait 5 minutes until the page load completly before execute all the next activities

Regards!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.