Below is my script:
# -*- coding: UTF-8 -*- from selenium import webdriver driver = webdriver.Firefox() driver.get(\"http://www.google.com\") all_cookies = dr
I understand that get_cookies() returns a list of dictionaries, each dict holding the properties for each cookie found:
get_cookies()
http://selenium-python.readthedocs.io/navigating.html#cookies