I am writing a crawler to log all cookies being deployed by a set number of sites. I can pick up 1st party cookies being set on page visit using selenium, but a limitation in the software means that it won’t pick up 3rd party cookies. Are there any other tools which are available which can do pick all cookies?
Thanks.
If you are doing this as a one-time task, you can use something like the FireCookie extension to the Firefox browser, which lets you export all the cookies:
http://www.softwareishard.com/blog/firecookie/
If you want to automate this task and run it periodically, consider a solution like the following: