Skip to main content
Cadet | Tier 2
August 6, 2026
Question

How ro remove chrome restore page pop ups

  • August 6, 2026
  • 2 replies
  • 48 views



Im force closing Chrome using task kill. When another bots call chrome this pop up appears and it mess up the flow. any idea how to remove this. im using “--hide-crash-restore-bubble” in chrome property but still getting this issue

2 replies

Aaron.Gleason
Automation Anywhere Team
Automation Anywhere Team
August 6, 2026

@vshuaib One way to deal with this is to look and see if the “Cancel” button exists as your automation starts. If it does, click the”Cancel” button using a Recorder: Capture.

I believe this topic has been asked a couple of times on this message board, so perform some searches and see if someone has another suggestion.

Navigator | Tier 3
August 13, 2026

I am using a powershell script to force close chrome (and edge) and then reset the crashed status in the browser config files. 

 

I’ve attached a text file with my powershell script. You can change the file extension to .ps1 to be executable via powershell. You may also need to adjust to location for the preference files.

 

This is how I’m calling the file in my tasks