SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
346 stars 194 forks source link

Anonymous profiles are not deleted when using FirefoxDriver #7961

Open lukeis opened 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 7961

When I use 
FirefoxProfile profile = new FirefoxProfile(@"C:\MyFireDoxProfile\5gq9nyzi.default");

 the code to load an existing profile and run my statements. 
It creates anonymous.731689c5ac724f2c84d4bcc1d78eba95.webdriver-profile in "C:\Users\[username]\AppData\Local\Temp"
which is off about 20 MB every time I create an instance of driver.

The issue here is when IWebDriver.Quit() is called it does not clear the anonymous
profiles created in temp.

Selenium version: 2.43.1
OS: Windows 8
Browser: Firefox 
Browser version: 31

Reported by amalraj.charles on 2014-09-25 18:50:17

lukeis commented 8 years ago

Reported by barancev on 2014-09-26 14:31:04

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 17:47:06