MacMarde
Results
12
comments of
MacMarde
I have found a workaround solution. Before I call driver.quit() I am already killing the chrome process and all child processes. ``` os.system(r'C:\Test\kill.bat ' + str(driver.browser_pid)) driver.quit() ``` This is...
> chrome is a bitch with its background processing. ohh yes surely it is