Re: [Wtr-general] How to clear the cache of the browser?

2007-03-12 Thread Bach Le
Hi Paul, I actually came across a problem with the method I described above today. I was scripting a page for a customer and the problem with the cookies occured. I had no idea what was wrong until I remembered that you mentioned that the cookies were the source of your problems. So thanks,

Re: [Wtr-general] How to clear the cache of the browser?

2007-03-08 Thread Bach Le
Swarma, Actually, I believe keeping the cookies from writing to disk is a better solution than the one Paul is suggesting (using code to delete it). In IE7 (don't know about 6 but I think it is possible). In IE7, do the following: 1. Tools - Internet Options 2. Click on the Privacy Tab 3.

Re: [Wtr-general] How to clear the cache of the browser?

2007-03-08 Thread Paul Carvalho
Hi Bach, just wanted to chime in on your suggestion. I tried a similar IE 6 browser setup a year or so ago when testing one of our web apps. I noticed very strange behaviour that was directly traceable back to the Cookie settings. For our secure (https) web app, it was looking for some cookie

Re: [Wtr-general] How to clear the cache of the browser?

2007-03-08 Thread Bach Le
Thanks for the info Paul. We are currently also doing some tests with clearing cookies and cache. I'll be sure to test it out to make sure it works in that situation. - Posted via Jive Forums

Re: [Wtr-general] How to clear the cache of the browser?

2007-03-06 Thread Ċ½eljko Filipin
On 3/6/07, swarna latha [EMAIL PROTECTED] wrote: Can we do a keyword based search on the Wtr general archive list? There is answer in FAQ. http://wiki.openqa.org/display/WTR/FAQ#FAQ-Searchingthemailarchives There is search form at http://wtr.rubyforge.org/

Re: [Wtr-general] How to clear the cache of the browser?

2007-03-06 Thread Bill Agee
Someone posted a Ruby snippet here which will clear the IE cache: http://rubyforge.org/snippet/detail.php?type=snippetid=26 I've used it from time to time and it seems to work fine. It uses functions from the MS WinINet API to walk the cache and delete each item. Thanks Bill On 3/5/07,

[Wtr-general] How to clear the cache of the browser?

2007-03-05 Thread swarna latha
Before launching a web page , I need to clear the cache / temp files/cookies of the browser. How can I do it ? Can we do a keyword based search on the Wtr general archive list? I seem to find it a bit difficult to go through archive (2004 to 2007) everytime ...maybe I am missing something

Re: [Wtr-general] How to clear the cache of the browser?

2007-03-05 Thread Paul Rogers
google advanced search lets you pick the domain you want to search on. You can just delete the files from the file system. There is also some code in contrib to remove cookies. You could easily extend that to do all the files. I always set my browser to 'always get a new page' goto Tools menu