Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

This function is one of Action Operation. You can find the movie in ARGOS RPA+ video tutorial.



Clear IE Cache

This operation deletes files that are cached by browsers. This is a useful operation when you want your target web system to give the “first time” access behavior when your bot accesses it.



Need help?

Technical contact to tech@argos-labs.com



May you search all operations,




It can clear files in the following folders.

In case of Internet Explorer (IE)

    • temp file:          RunDll32.exe InetCpl.cpl, ClearMyTracksByProcess 8
    • cookie:             RunDll32.exe InetCpl.cpl, ClearMyTracksByProcess 2

In case of Chrome

    • temp file:         %localappdata%\Google\Chrome\User Data\Default\Cache 
                              Deletes the folder
    • cookie:             %localappdata%\Google\Chrome\User Data\Default\Cookies
                              Deletes files



Text from Image



  • No labels