Is it possible to clear browser cache before each test run ?
Clear browser cache
As far as I know there’s no way to clear cache with selenium webdriver methods.
If your test runs start a new browser instance for each test, your browser cache should be cleared
It is not working when running test in IE,