-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Support load/save cookie_jar #1219
Comments
Thank you for raising the question! It's definitely possible but not implemented yet. The problem is the cookies storage format. Another option is adding pickle support to @AHui132 would you work on Pull Request? |
I've commited support load/save cookie_jar. And it works well. But encountered a problem about py.test(I have never written a py.test case before),
I won't add pull request until this problem is solved. |
Did you try |
I found that cookie_jar do not provide any function to load or save cookie_jar
Is there any pythonic way to implement these two method?
The text was updated successfully, but these errors were encountered: