I am running my Selenium tests with WebDriver. I am repeating the tests with some loop so now I want to Clear the cache before starting new test in JAVA.
@Te
I have used this lines of code in python to do that and it seems to clear the cache every time(Internet Explorer)
capab = DesiredCapabilities.INTERNETEXPLORER
capab.clear()