Error on the automation of web browser (when bot running)

Dear community,

I have one query on the automation on website whereby sometime the website will show the error as per screenshot below and we would need to refresh the broswer

.

The error can be appear in any process and may i know how we can fix it in the Uipath?
image

Many thanks in advance

Hey @SH_94 ,

You can simply use the element exist activity for the Reload button. If it is available then do the refresh browser with the help of below activity in UiPath.

image

Let me know if it works for you!

Hi @shreyash_shirbhate ,

That is good idea…However, i not sure when the error or refresh button appear.

Meaning to say, it could appear at the step 5 or step 12 or other in the UiPath worfklow.

Do i need to use element exist for each step?

Thank you.

Yes, you can use it in that manner, or you can use Parallel activity in UiPath.

image

Cheers @SH_94

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