How to close chrome process running in background | Selenium Forum
M
Posted on 16/05/2016
Is driver.quit() function enough to quit the driver or should we write the function to kill chrome.exe and chromedriver.exe process running in background also.

If yes can you please provide code for the same , that can kill chrome.exe process except the tab for ALM.


Thanks in advance.

M
Replied on 16/05/2016

driver.quit()

works for killing chomedrover.exe.