bs00336332 / robotframework-seleniumlibrary

Automatically exported from code.google.com/p/robotframework-seleniumlibrary
Apache License 2.0
0 stars 0 forks source link

Enhancement: Add support for Selenium's cookie manipulation methods #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I implemented this and have attached the modified __init__.py file.  Feel
free to incorporate it into the next revision of
robotframework-seleniumlibrary.  The only method I really needed for my
testing was "delete_cookie", so that's the only one I've actually tested
under robotframework-seleniumlibrary.  Since the other methods in the
_Cookies class are just direct wrappers for the corresponding Selenium
methods, I expect they will work, too.

Original issue reported on code.google.com by c.martin...@gmail.com on 28 Nov 2008 at 2:21

Attachments:

GoogleCodeExporter commented 9 years ago
These keywords will be in the next release of SeleniumLibrary, which will be 
released on friday, 5th December

Original comment by janne.t....@gmail.com on 1 Dec 2008 at 12:06

GoogleCodeExporter commented 9 years ago

Original comment by janne.t....@gmail.com on 1 Dec 2008 at 12:18

GoogleCodeExporter commented 9 years ago
After looking through this more thoroughly, I decided to change the names of 
some of
the keyword. Also, since I am loathe to add any keywords without tests, I didn't
actually add them all. These are implemented in r109:

Get Cookies
Get Cookie Value
Delete Cookie
Delete All Cookies

Original comment by janne.t....@gmail.com on 4 Dec 2008 at 1:52

GoogleCodeExporter commented 9 years ago
Documentation for these keywords has been finalized in r110

A separate issue may be opened if the rest of the cookie functionality is 
needed.

Original comment by janne.t....@gmail.com on 4 Dec 2008 at 2:11

GoogleCodeExporter commented 9 years ago

Original comment by janne.t....@gmail.com on 5 Dec 2008 at 10:54

GoogleCodeExporter commented 9 years ago

Original comment by janne.t....@gmail.com on 5 Dec 2008 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by janne.t....@gmail.com on 5 Dec 2008 at 10:55

GoogleCodeExporter commented 9 years ago
Could you list what cookie functionality was not implemented?

Original comment by pekka.klarck on 5 Dec 2008 at 12:08