I am using Selenium Web Driver API with Java. Every time I want to debug my test cases, a temporary profile for Firefox is created in the temporary files directory. This is a headache in two ways.
It definitely is taking unnecessary time to create a profile and is taking unnecessary space.
I cannot install any add-ons that will be available next time I launch my test cases.
How do I get around this?