Utility to clear cache in Chrome web browser?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-04-21 01:38 PM
I'm still new to Blue Prism. Before I start creating an object for this, can you tell me whether there is already a VBO that would clear the cache and do other settings-related actions in Google Chrome windows.
Thanks
Bernadette Stroeder
S&P Global
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-04-21 02:58 PM
Welcome to Blue Prism-land. Unfortunately, there is nothing like that in the base installation. I did check our Digital Exchange (DX) just to confirm but did not find any joy their either.
I'm sure there are more sophisticated ways to do this but you can certainly map the actions needed to perform this once you've launched Chrome.
Good luck.
jack
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-04-21 06:25 PM
Can you try downloading this asset from DX https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism---script-execution-vbo
This BP release contains 1 process and 2 VBOs. Use the VBO named “Script Execution VBO – Visual Basic” with below parameters.
Change the third parameter as needed as per below:-
Clear_Temp_Files
"InetCpl.cpl,ClearMyTracksByProcess 8 "
Clear_Cookies
"InetCpl.cpl,ClearMyTracksByProcess 2"
Clear_History
"InetCpl.cpl,ClearMyTracksByProcess 1"
Clear_Form_Data
"InetCpl.cpl,ClearMyTracksByProcess 16"
Clear_Saved_Passwords
"InetCpl.cpl,ClearMyTracksByProcess 32"
Clear_All
"InetCpl.cpl,ClearMyTracksByProcess 255"
Clear_Clear_Add_ons_Settings
"InetCpl.cpl,ClearMyTracksByProcess 4351"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-04-21 08:54 PM
Thanks so much @Jack Look and @shashank.kumar280
I managed to create a page in my VBO to do this but I’ll certainly explore that asset as well.
regards
Bernadette
