-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.get_cookies() returns [] although .add_cookie() was called #279
Comments
Uh yes I think this is expected, since you're adding it for a different domain than the one tou're on.
Can you confirm that the tests at https://github.com/kaliiiiiiiiii/Selenium-Driverless/blob/master/tests/pages/test_cookies.py pass in your env? |
I'm afraid I have little idea about how to run the tests above, but as I did it:
Apparently, although .get_cookies() returns [], the cookies added by .add_cookie() still do their job. |
await window.get_cookies() returns []. Is this an expected behaviour?
The text was updated successfully, but these errors were encountered: