hound
hound copied to clipboard
selenium webdriver 3.x.x not maintaining session
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
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?
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.
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?