Restore pages popup in chrome

Hi ,

I have an issue with restore pages popup ,where it is occurring anywhere while bot running
how can I resolve.
Is that I need to create library and use or do we should I use parallel activity any other solutions which I can get rid of this chrome restore pages popup issue.

Hey,

you can use Element exist Activity

thanks

Hi

Use element exist activity and make it close keep delay in element exist as 500 it will reduce time also

Regards,
Dhanush

Thanks for the above but element exists is ok?? because it might occur anywhere in my code.

Hi @karthik_kulkarni1

Do you have any specific reason to close the restore popup?

If you need to click something behind the restore popup.

If yes, You can try with Simulate click option in the properties panel

Regards
Gokul

Hi @karthik_kulkarni1

Can you provide us some screenshot, It will be help to sort it out the issue quickly

Regards
Gokul

image

Hi @karthik_kulkarni1

Try like this way

  1. Use attach browser activity
  2. Use element exist or Image exist activity (Indicate on screen) → Store BoolexistPopup
  3. If Activity
    BoolexistPopup

Then
Use Click activity and indicate the close option

In the click activity properties -. Enable the Simulate click option

image

Regards
Gokul

Sure I will try and let you know

Also, you may take a look here:

Hi

sample.xaml (8.2 KB)

Regards,
Dhanush

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”

This works like a charm preventing the Chrome restore windows from ever coming up.