Is there a way to get all stored cookies for a certain browser?
I searched the web but only referrals to javascript or something like this Retrieving all Cookies in Python which works fine after some adjustments but only give me the cookies from a specific site.
But I want to read out all cookies let's say which are stored by Chrome or Safari.
How can I do this with python? Is there a global system variable I can request or read?