On Tue, Jan 20, 2015, at 07:22 AM, Florian Weimer wrote: > I would like to extract session cookies from a running Firefox > instance. Is there are a supported mechanism to do this?
I don't know the definitive answer, but I strongly suspect the answer is "no". We don't really have any supported APIs for communicating with a running Firefox by default. If you have control over the client configuration you may be able to use marionette-client[1], which is a Python library for communicating with Firefox using our implementation of the WebDriver protocol. This would let you execute arbitrary JavaScript in the browser context. However, Marionette is not enabled by default so you'd have to configure Firefox to enable it first. -Ted 1. http://marionette-client.readthedocs.org/en/latest/ _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform