During debugging it is possible to exit test script before running cleanup code that would normally close the running chrome driver. Is it possible to take control of the existing chrome driver with a new script? If so what code is required?
What I've looked at and tried:
Get WebDriver of already opened Chrome Browser
http://testerstories.com/2015/10/using-c-with-selenium-webdriver/