I want to have just the cache of the websites visited stored and ignore or reset all other data/preferences like Zoom level , passwords, cookies stored in that profile every time I open the chrome profile using automation.
I researched how to reset the zoom level for a specific profile using Selenium, but the results generally provide methods to implement the same using sendKeys
I was wondering if there are any methods to achieve using something like this
options.AddArgument("Zoom 80%");
Also I could not find something like the IE specific capability in Chrome.
Just wanted to know if there are any robust methods in Selenium to achieve data reset except cache?