You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide access to DriverService and potentially any others objects which are involved into webdriver instantiation.
With access to DriverService you can get chromedriver process id and manipulate with it if needed (like kill in teardown is selenium.quit() does not work for some reason).