I'm noticing when I run some automation tests that when chromedriver.exe launches, I get 7 or so sub-processes of chrome.exe, but after I call driver.quit(), it only shuts down 5 of the chrome.exe processes and this happens every time I run chromedriver.exe and eventually if not caught, will bog down the CPU. There are no visible Chrome windows/process from the desktop perspective. In other words, it doesn't seem to be leaving any visible open windows.
Has anyone else seen this? I've seen issues with beta versions using more CPU, but haven't seen any others right off being reported where sub-processes are left around.
Thanks.