Replies: 2 comments 1 reply
-
Ye this is a good idea. We could get the cookie via REST which would avoid maintainence on the UI login stuff. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is what is currently on alpha branch @aapatre |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instead of logging in on each run, we can save the cookies using Python's Pickle module. So the login procedure will only be triggered on the first run and we can save time on other routine runs of the script.
Here's the info:
https://stackoverflow.com/questions/15058462/how-to-save-and-load-cookies-using-python-selenium-webdriver
Beta Was this translation helpful? Give feedback.
All reactions