selendroid / selendroid

"Selenium for Android" (Test automate native or hybrid Android apps and the mobile web with Selendroid.) Join us on IRC #selendroid on freenode. Also confirm you have signed the CLA http://goo.gl/pAvxEI when making a Pull Request.
http://selendroid.io
Apache License 2.0
888 stars 435 forks source link

DELETE /session/:sessionId/cookie/:name does not work #363

Open csnover opened 10 years ago

csnover commented 10 years ago

selendroid 0.9.0 on Android 19 (4.4)

Attempting to delete a cookie with DELETE /session/:sessionId/cookie/:name claims to succeed, but actually it does not delete the cookie. This is probably due to #221, as deleting the cookie from JavaScript when omitting the domain does work. (When deleting from JavaScript using the domain as defined by selendroid, it fails.)

ychab commented 10 years ago

Reviving this issue. Still same issue with 0.11 (tested until 30afc3d2ab272a73d3e8fa88a7e384a6314b21d8). Any plan to fix it? Thanks

asm89 commented 9 years ago

Closing in favor of #221.