Using appium, getting an error deleting a cookie whose name starts with "session"
Reported by
speedy.c...@gmail.com,
Jul 17
|
||
Issue descriptionSteps 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
,
Jul 17
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.
,
Jul 17
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
,
Jul 17
Thanks! |
||
►
Sign in to add a comment |
||
Comment 1 by crouleau@chromium.org
, Jul 17