On 6/29/05, Ola Fjelddahl <[EMAIL PROTECTED]> wrote: > >Would anyone know how to cause Selenium to emit something like a > >"force refresh"? > > > How come it works properly for your users but not for Selenium? Or is it a > public site that you don't use indoors? >
Well, in our case, things might appear to work because the page is cached from an earlier test, but if the page is refreshed, a source that we query could timeout or fail and would cause the test to fail. So, we would also need to be able to clear the cache at the beginning of a test suite. I'm thinking we'll probably have to go the route of writing some separate script to clear out the cache. Drew _______________________________________________ Selenium-users mailing list [email protected] http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users
