TanIlak
3 years agoContributor
Clear browser history
Hi, How to clear browser history cache and all for all the browsers?? Is there any inbuilt methods are there in TC?? Let me know Thanks and regards TanIlak
Searching the internet, suggests to delete the cache from,
%LocalAppData%\Google\Chrome\User Data\Default\Cache
The above will need to be verified though, to ensure it does not delete other important files.
The other solutions is to press Ctrl + Shift + Delete on the browser, and respond to the confirmation dialog to clear browsing data. You will need to add WndClass property value to MSAA in project settings to interact with the browser window e.g.
which exposes the following browser controls.
So, we can't delete cookies with content document like your previous code
Sys.Browser().Page("https://yoursite.com").contentDocument.cookie
Like these, any possible way to do with coding