New issue
Advanced search Search tips

Issue 864539 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jul 17
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

Using appium, getting an error deleting a cookie whose name starts with "session"

Reported by speedy.c...@gmail.com, Jul 17

Issue description

Steps to reproduce the problem:
1. Connect to an Android device/emulator using Appium.
2. Using Selenium, create a cookie whose name starts with "session", like "session-id" or "session-very-long-name", or just "session".
3. Using Selenium, delete that cookie.

Code to reproduce (need to have Appium and device/emulator running): https://github.com/MicahLC/android_session_cookie_bug

What is the expected behavior?
Cookie is deleted without error.

What went wrong?
Get the following error in Selenium: An unknown server-side error occurred while processing the command. Original error: Could not proxy. Proxy error: Could not find :session section for url: /session2-id-longer-really-long-name (WARNING: The server did not provide any stacktrace information)

Did this work before? N/A 

Chrome version: 58.0.3029  Channel: stable
OS Version: OS X 10.12.6
Flash Version: 

This works without error on all desktop browsers I've tried.

I included code to reproduce the problem in the repo steps above, but I'll include the link here, too: https://github.com/MicahLC/android_session_cookie_bug

I'm creating this issue because the maintainers of Appium told me to here: https://github.com/appium/appium/issues/11052#issuecomment-405486780
 
Can you provide repro steps for this that don't use Appium? That would make it much easier for our team to figure this out.
If you are trying to not run Appium locally, you can modify the repro code I included to connect to Sauce Labs, Browser Stack, or any other provider of devices to connect to. The issue doesn't repro on desktop browsers, only on Android.
Hi,

Per the updates to the issue I opened in Appium ( https://github.com/appium/appium/issues/11052), this is an Appium bug, not a Chromium bug. Sorry for the bother!

Thanks,
Micah
Status: WontFix (was: Unconfirmed)
Thanks!

Sign in to add a comment