Is there any way to get cookies saved by Firefox with python code? I think its possible to interact with Firefox javascript interpreter with python but i don't know how.
Actually i need firefox to browse a Web page, the Web page has some sort of authentications and finaly it makes a session key cookie, I want know cookie value and of course automatically with python.