Hi,
There’s a RDA bot which is supposed to clear cache/cookies of google chrome and IE.
The workflow is working fine but it is taking around 2 mins to delete all the cache/cookies. But according to the requirement it should happen below 1 min.
Bot is just deleting files from the c drive for clearing cache cookies in google chrome. And it is running command prompt to do the same activity for IE.
Can anyone suggest how to optimise the code. For security reasons cannot share the workflow.
Based on my experience deleting userdata will remove the uipath extension as well in the chrome browser and we cannot recover back atleast. Better we have to go with @Krishna_547 . Thanks.
Hi, thank you for the reply @THIRU_NANI
But my concern is the execution time. Cache cookies are getting deleted. But it is taking time.
Business people are asking to reduce the execution time of deleting cache cookies.
Currently it is taking approx 2 mins. It should be below 1 min thats the expectation.
Is there any way to optimise the code.