Can UiPath bot function properly in affected

Hi.
I just realize that the bot work to its best capacity when it does something from the beginning to the end. For example, it just works well with the website when the website is closed. If the user unfortunarly forgot to open the page already or hit something in this website, the bot cannot work well.

@QUY_T_TAM_8.0_IELTS

Use kill process to kill the website and then start the process workflow

image

1 Like

@QUY_T_TAM_8.0_IELTS

  1. It is always good to use kill process and kill all the applications that you are using in process so that as you need it would have a clean environment to strt with
  2. Also to make sure the user does not intefere in bot run…we can use block activity to block the mouse and keyboard while bot is working

Cheers

1 Like

Hi @QUY_T_TAM_8.0_IELTS ,
trước khi chạy bot bạn nên dọn dẹp môi trường, tắt các process đang chạy bằng kill process, kill chrome, edge, excel, word,…
hoặc check xem nó có đang chạy không
ví dụ ở đây có thể dùng check app state
check xem web đó đang mở không

Before running the bot you should clean the environment, kill running processes with kill process, kill chrome, edge, excel, word,…
or check if it’s running
for example here can use check app state
check if the website is open
regards,
LNV

Thank you so much . It worked

Thank you. I succeed in trying this

1 Like

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