Skip to main content
Solved

Is anyone using the Clear Browser Cache Bot from the Bot Store?


Forum|alt.badge.img

Hello,

We downloaded the Clear Browser Cache Bot from the Bot Store and tested in our non-production environment.  We expected the bot to clear the cache and browsing history as noted in the read_me.  But it appears to be doing much more.  Our AA 360 extension is disabled, bookmarks are deleted and it appears the entire user profile is “reset”.  The next time Chrome is launched, it displays a “Welcome to Chrome...” message as if the application has never been used.

This behavior makes the Clear Browser Cache Bot potentially unusable.  Anyone else having the same experience?  We’d like to use it but need to throttle back some of the behavior.

Appreciate any feedback the Community can send our way!

Thanks!

This is the bot store location:

https://botstore.automationanywhere.com/bot/a2019-clear-browser-cache?_ga=2.195908783.245827111.1686228652-724735434.1684769826&_gl=1*h04yku*_ga*NzI0NzM1NDM0LjE2ODQ3Njk4MjY.*_ga_DG1BTLENXK*MTY4NjIyODY1MS40LjEuMTY4NjIyODg5Mi42MC4wLjA.&_fsi=vnL8Vf3Q

 

Best answer by Kevin Mark Cariaga

@Sean 5616 

You can use this command 

@echo off set "ChromeDir=%LOCALAPPDATA%\Google\Chrome\User Data\Default\Cache" if exist "%ChromeDir%" ( echo Clearing Chrome cache... del /q /s /f "%ChromeDir%" rd /s /q "%ChromeDir%" ) else ( echo Chrome cache not found at %ChromeDir% ) echo Cache clearing completed.

 

View original
Did this topic help answer your question?

2 replies

rbkadiyam
Flight Specialist | Tier 4
Forum|alt.badge.img+17
  • Flight Specialist | Tier 4
  • 587 replies
  • July 10, 2023

@Sean 5616  this is the easiest way to clear browser cache.

  1. Open a command prompt in administrator mode (Start button > type cmd > right click "Command Prompt" and select Run As Administrator)
  2. Type in "ipconfig /flushdns" (without quotes) and press <Enter>

 


Forum|alt.badge.img+2

@Sean 5616 

You can use this command 

@echo off set "ChromeDir=%LOCALAPPDATA%\Google\Chrome\User Data\Default\Cache" if exist "%ChromeDir%" ( echo Clearing Chrome cache... del /q /s /f "%ChromeDir%" rd /s /q "%ChromeDir%" ) else ( echo Chrome cache not found at %ChromeDir% ) echo Cache clearing completed.

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings