hound icon indicating copy to clipboard operation
hound copied to clipboard

selenium webdriver 3.x.x not maintaining session

Open steve0hh opened this issue 8 years ago • 3 comments

I've just updated to the latest version of webdriver 3.0.1 with gecko installed.

Using hound ~> 1.0

Everything worked fine with the exception that sessions are not maintained.

Hound.start_session

do_login() # some login code to the website

navigate_to("some path in the same website") # session is not maintained

Hound.end_session

steve0hh avatar Jan 04 '17 03:01 steve0hh

I remember having used webdriver 3.x without any issue, but I will take a look. What version of geckodriver and firefox are you using?

danhper avatar Jan 06 '17 05:01 danhper

Thank you for your response.

I am using: firefox version 50.1.0 geckodriver 0.13.0

I've just checked and indeed it doesn't hold session.

steve0hh avatar Jan 10 '17 16:01 steve0hh

Hi and sorry to reply so late. I just tried with firefox 51.0, selenium 3.0.1 and geckodriver 0.13.0 and did not have any issue on websites using both cookies and localstorage. Do you know how the website you are using manages the session?

danhper avatar Feb 13 '17 04:02 danhper