It seems the ClearCache method doesn't quite work for IE in WatiN. at least, it doesn't work for things you've cached SINCE you've opened the instance.
Any suggestions?
I tried using ReOpen, but it errors. It also seems to do the same thing as
Browser.Close();
Browser = new IE();
Which is slow. My tests take just about twice as long to run doing it that way (which is the only current workaround for clearing the cache).
Thanks in advance.