Hi,
I wanted to delete browser history without closing browser using any language. (C#,vb.net,vba ) .
Most of the time Histroy and Cache files present in local directory. Delete those files
“C:\Users[UserName]\AppData\Local\Google\Chrome\User Data\Default\History”
"C:\Users[UserName]\AppData\Local\Google\Chrome\User Data\Default\Cache
Hi thanx for the help, but in this solution we have to close the chrome, but in my scenario I do not want to close the browser beca
Usually requires Chrome to be closed because the files mentioned above by Chetan are locked when the browser is running.
Couple of recommendations:
1-Have a maintenance process that clear temp files/cache/history… at least once a week.
2-Use incognito mode for browsing, which does not save history or cache.