I am using Selenium 2.35.0 to access web pages in a loop by calling chromedriver_win32_2.3/chromedriver.exe. Sometimes an exception would happen (Time out etc.) and something would create a lot of scoped_dir**_ folders and gradually filling up the disk space.
The strange thing is even if I reboot the computer, the writing continues after restart. The only way to stop this is to delete the user account.
I looked at the running processes and could not find anything unusual.
Any explanation on why this happens?