How to stop permanently restore pop-up?

Hi Team,

I am facing issue in the Restore pop-up which is occurred after killing browser through automation.

I want to stop permanently that pop-up for that what should i do? or provide steps if you have. I am facing this issue on production environment.

Please help us.

@fernando321

Please check this thread: Chrome "crash restore bubble" "Restore files?" and how to disable

In a nutshell: you can provide arguments for Chrome startup or use Incognito mode.

Here is a way that has worked for me. Caveat, you may need to re-check it after browser updates. However i have found that the latest version of UiPath Activities are now able to detect the pop up and we can click through it.

To permanently disable the chrome pop up, modify the “Preferences” Chrome file under “Default” folder

  1. Open in text editor
  2. Find the words “exit”
  3. On match, change the value in “exit_type”:“xxxxxxx” to “exit_type”:“none”
  4. Save the file
  5. Mark the file as “Read-Only”
1 Like