Web pages or application windows sometimes load slow and make robot stop

Hey guys,

I notice that sometimes web pages or application windows load too slow and make robot stop performing process. But in the most of time loadings are performed in acceptable time period and robot works fine. Which activities can I use to make robot continue working and wait till web pages or application windows load completely?

Hi @Apple1,

You can use Element exists activity and set is its Wait for ready property to COMPLETE. In this case, the activity will wait for the web page to load completely before giving out the result.
You can also play around with the Timeout property, bu default it is 30 seconds. Increasing the timeout might also help but will also increase the execution time.

Hope this helps.
Happy Coding! :slight_smile:

Hi @Udhay,
I set Wait for ready property to Complete state as you suggested, but id did not work, robot stops with error while waits application loads completely.

Then you can increase the Timeout property to the maximum time it takes for the site to load.

This enables the bot to wait for the time you have specified before giving the result.