Jens Vagelpohl wrote: > With the default caching setting calls to "open" tend to call up > cached pages which make certain tests fail since they are looking for > changes caused by previous steps. > > Would anyone know how to cause Selenium to emit something like a > "force refresh"?
I believe that: 1. can click IE's "referesh" button while holding <Shift> key down. It should force IE to invalidate cache for the site 2. you can simply delete content of "C:\Documents and Settings\<logged_in_user_name>\Local Settings\Temporary Internet Files\Content.IE5\" Do it manually or write a batch file to fo it. ------------------------------ Andrey Yegorov MetaCommunications Engineering _______________________________________________ Selenium-users mailing list [email protected] http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users
