-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add helper functions for handling cookies #342
Add helper functions for handling cookies #342
Conversation
I know you linked in-progress PRs, but one way to verify this works is to implement with a current broker, like Fidelity, since it currently doesn't save cookies and asks for SMS 2fa every login |
@NelsonDane Can we please get a review on this again? I understand that Fidelity is throwing an error, but I am getting the same error thrown on main. That is separate from this. I have tested this on docker and discord and it works perfectly for me. Please give your input. Thank you. |
This PR adds helper functions for easily storing cookies for Selenium drivers. This will be of great help to #317, #314, #295, and #316. All of these PRs could utilize this in order to easily implement storing session cookies. Fidelity could use this too.