Re: firefox cache & Python

2008-02-20 Thread mmayes
On Feb 20, 3:40 am, subeen <[EMAIL PROTECTED]> wrote: > Searching for FF automation but still no luck. > > Any other idea on how to locate the cache directory and then read the > directory ? > > regards, > Subeenhttp://love-python.blogspot.com/ > > On Feb 20, 3:20 am, "Gabriel Genellina" <[EMAIL PR

Re: firefox cache & Python

2008-02-20 Thread subeen
Searching for FF automation but still no luck. Any other idea on how to locate the cache directory and then read the directory ? regards, Subeen http://love-python.blogspot.com/ On Feb 20, 3:20 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > > Search for "firefox automation" > > -- > Gabrie

Re: firefox cache & Python

2008-02-19 Thread Gabriel Genellina
En Tue, 19 Feb 2008 17:44:57 -0200, subeen <[EMAIL PROTECTED]> escribió: > I have got into an interesting problem. Today I found that if I type > "about:cache?device=disk" (without the quotes) in the address bar of > firefox, it displays disk cache information. Now I am thinking to > write a Pyt

firefox cache & Python

2008-02-19 Thread subeen
Hi, I have got into an interesting problem. Today I found that if I type "about:cache?device=disk" (without the quotes) in the address bar of firefox, it displays disk cache information. Now I am thinking to write a Python program that will read this cache info. My initial idea is to somehow save