ClearCache method does not seem to work very well for IE in WatiN. at least this doesn't work for the things you cached. From the moment you opened the instance.
Any suggestions?
I tried using ReOpen, but these are errors. It also looks like
Browser.Close();
Browser = new IE();
It is slow. My tests take about twice as much time to run them this way (which is the only current workaround to clear the cache).
Thanks in advance.
source
share