You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, loving the librarie. However i'm having a little trouble on how to start a session with some cookie jar. My use case is i start some session through selenium webdriver and then i get driver.get_cookies() which returns me a list of dictionaries.
I wish to get those dictionaries and put inside a cookie jar and start a session with it or make posts/gets with it.
The text was updated successfully, but these errors were encountered:
Hello, loving the librarie. However i'm having a little trouble on how to start a session with some cookie jar. My use case is i start some session through selenium webdriver and then i get driver.get_cookies() which returns me a list of dictionaries.
I wish to get those dictionaries and put inside a cookie jar and start a session with it or make posts/gets with it.
The text was updated successfully, but these errors were encountered: