Since it's not possible via webdriver.get_cookies()
to get all cookies (same domain and 3rd party cookies), I decided to read the Cookies
file - which is stored in user profile path as SQLite.
But strangely I just saw that cookies are not being saved to this file in real time. I'm also not sure when the cookies are being stored. I have to wait about 10 seconds then the I can find all cookies there. Is there any idea how to read all cookies in real time for selenium web driver?