robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Upgrade Selenium Server 2.0 beta 1 (to fix e.g. `Delete All Cookies`) #160

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by jollych... on 12 Dec 2010

“Delete All Cookies” doesn't works

as the selenium_server_log.txt display,this keyword works fine

13:42:11.701 INFO - Command request: deleteAllVisibleCookies[, ] on session b85cc414d7fa47f88e61ecd4be4ff438

13:42:11.739 INFO - Got result: OK on session b85cc414d7fa47f88e61ecd4be4ff438

Actually ,all the cookies doesn't delete My environment details: Robot Framework 2.5.4 (Python 2.6.1 on darwin) Seleniumlibrary 2.5 Firefox 3.6.12@⁠Mac OS 10.6.5

spooning commented 9 years ago

Originally submitted to Google Code by jollych... on 12 Dec 2010

Selenium RC server version is 2.0a7

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 13 Dec 2010

How did you verify that the cookies weren't deleted? Have you looked at Selenium's tracker is something similar submitted there? This would be a Selenium bug anyway and we cannot do much for it other than adding a note to the keyword that it doesn't always work.

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 13 Jan 2011

jollychang, do you have any more information about this issue?

spooning commented 9 years ago

Originally submitted to Google Code by jollych... on 17 Jan 2011

I Think this issue be fixed in Selenium RC Server 2.0b1

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 19 Jan 2011

So this is Seleniun bug? Has a version with the fix been released already?

spooning commented 9 years ago

Originally submitted to Google Code by jollych... on 19 Jan 2011

yes ,Selenium's bug,2.0b1 fixed that

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 19 Jan 2011

We seem to distribute Selenium RFC 1.0.3 with this library. I believe this version is already based on Selenium 2 so we could possibly switch to 2.0b1. Have you jollych... tested SeleniumLibrary with that version?

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 27 Jan 2011

We have updated Selenium Server included with the library to 2.0 beta 1. Notice that we still use the Selenium 1.0 RC API and not the new WebDriver based API.

spooning commented 9 years ago

Originally submitted to Google Code by sumit.mo... on 1 Feb 2012

Hi,

Delete All Cookies still not working with robotframework Selenium2Library 0.5.2. Keyword run successfully, doesn't give any error.However, cookies not deleted from browser. Please let me know if there is any fix availble.

Robotframework - 2.6.3 Python 2.7

spooning commented 9 years ago

Originally submitted to Google Code by pushkar.... on 21 Nov 2014

Is "Delete All Cookies" issue resolved? It is still not working

Robot Framework 2.8.6 (Python 2.7.6 on linux2)

spooning commented 9 years ago

Originally submitted to Google Code by filiceal... on 10 Jul 2015

Delete All Cookies still seems to be broken

evenicoulddoit commented 8 years ago

@spooning did anything come of this?

pekkaklarck commented 8 years ago

I don't remember which Selenium Server version was included in the latest SeleniumLibrary versions. Please check the version included in 2.9.2 release.

Notice that this library is deprecated and all users should migrate to Selenium2Library. There are not going to be any new releases anymore.