how about sending the http header:
Cache-control: no-cache
header or failing that put the following in the HTML head:
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
this will instruct the browser no to cache the data
Alex Borshik
CRD Application Developer
| CBEC | Glasgow | CRD Build Team | (: +44 141 GDP 228 5211 | Ê: +44 141 228 5005 |
pwp
| Jens Vagelpohl <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED] 29/06/2005 15:53
|
To: [email protected] cc: Subject: Re: [Selenium-users] "open" and IE caching |
On 29 Jun 2005, at 15:46, Ola Fjelddahl wrote:
> 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, the site users have the very same problem. They get the same IE
over-caching thing. While they can easily do CTRL-Reload this is a
major nuisance for someone who is trying to run a battery of Selenium
tests in IE.
jens
_______________________________________________
Selenium-users mailing list
[email protected]
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users
_______________________________________________ Selenium-users mailing list [email protected] http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users
