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.
Gokul001
(Gokul Balaji)
August 11, 2022, 10:54am
5
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
Gokul001
(Gokul Balaji)
August 11, 2022, 10:55am
6
Hi @karthik_kulkarni1
Can you provide us some screenshot, It will be help to sort it out the issue quickly
Regards
Gokul
Gokul001
(Gokul Balaji)
August 11, 2022, 11:06am
8
Hi @karthik_kulkarni1
Try like this way
Use attach browser activity
Use element exist or Image exist activity (Indicate on screen) → Store BoolexistPopup
If Activity
BoolexistPopup
Then
Use Click activity and indicate the close option
In the click activity properties -. Enable the Simulate click option
Regards
Gokul
Sure I will try and let you know
Also, you may take a look here:
Restoring tab lets you start from where you left once you come back to Google Chrome. This feature is indeed very useful in terms of the prevention of data loss. However, at times, this feature can also get problematic for you. We can stop Google...
google-chrome
To permanently disable the chrome pop up, modify the “Preferences” Chrome file under “Default” folder
Open in text editor
Find the words “exit”
On match, change the value in “exit_type”:“xxxxxxx” to “exit_type”:“none”
Save the file
Mark the file as “Read-Only”
This works like a charm preventing the Chrome restore windows from ever coming up.