How to clear the cache and cookies while running a web automation

I want the process to clear the caches and cookies of a particular site and then run the web automation

@Goku, You can try automation on Incognito mode.

Please Follow these steps :

  1. Open UiPath Studio
  2. Create a New Project
  3. Add a Sequence
  4. Add Browser Activities
  5. Configure Open Browser Activity
  6. Add Inject Js Script Activity
  7. Configure Inject Js Script Activity
  8. Add Additional Automation Steps
  9. Save and Run