Question on Uipath processing speed

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?

Hi Emily,

After using the Open Browser Activity,
Use Element Exists activity.
Use Dynamic Delay
Only when the element exists, login to the application.

Hope this helps.

Thanks

@Rahul_Pasupuleti Thx it works.