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.
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.