I create a RPA for auto login in by Uipath. I found out that sometime the website perform login in well but sometimes stop in one page. Then I found that sometimes when website is waiting for server and delay for respond, uipath will quickly perform next steps. It will not wait for the website to return the page. Until it suddenly perform one to two next steps, it stopped.
I am not grantee how fast it performs. However, I want the auto login in must be finished.
How can I set the RPA to wait for the website frontend to reach the required page without perform any action?