Probleme click element and page not download

Hello,
I have a problem with UiPath. I have a very slow web application. how can i click the button even if the page is not yet downloaded?
thank you in advance

Hello @Ala_Abouda,
Use On Element Appear activity with long timeout, the default is 30 sec.

@Ala_Abouda

In that case you have to use On Element Appear or Element Exists activity and indicate that elements. If it’s found then continue else wait for some time and then check again.

1.Use Retry scope activity in properties NumberOfRetires pass how many times you want and
RetryInterval pass like this(00:00:05).

Retry scope activity in condition you can use Element Exists Activity take image of that page
it will try that will load upto that page comes.

Regards,
Kommi Jeevan.