Re: [Selenium-users] Cookies in selenium

2005-09-02 Thread Marco Bizzarri
Indeed, that could be a possibility. At a first thought, I don't like the idea to add something to my application just make some test possible... on the other hand, I'm sure this is something I already did ;) Thanks for your input Regards MarcoOn 9/2/05, Aahz <[EMAIL PROTECTED]> wrote: On Thu, Se

Re: [Selenium-users] Cookies in selenium

2005-09-02 Thread Aahz
On Thu, Sep 01, 2005, Marco Bizzarri wrote: > > Is it possible to manipulate cookies in selenium? > > I would like to be able to reset them at the end of a test, so that > next one will run as if they have never been set. > > Is this possible? What I do in my tests is point at a couple of differ

Re: [Selenium-users] Cookies in selenium

2005-09-01 Thread Marco Bizzarri
Thanks for the hints and the link: I created my eraseCookie command, and now I am able to eraseCookie from within Selenium tests! Regards MarcoOn 9/1/05, Jason R Huggins <[EMAIL PROTECTED]> wrote: Marco wrote on 09/01/2005 06:02:20 AM: > Is it possible to manipulate cookies in selenium? > > I wo

Re: [Selenium-users] Cookies in selenium

2005-09-01 Thread Jason R Huggins
Marco wrote on 09/01/2005 06:02:20 AM: > Is it possible to manipulate cookies in selenium? > > I would like to be able to reset them at the end of a test, so that > next one will run as if they have never been set. Selenium lives in the same security sandbox as any other _javascript_ code... Wh

[Selenium-users] Cookies in selenium

2005-09-01 Thread Marco Bizzarri
Hi all. Is it possible to manipulate cookies in selenium? I would like to be able to reset them at the end of a test, so that next one will run as if they have never been set. Is this possible? Regards Marco ___ Selenium-users mailing list Selenium-us