Utilise the Module Like
from ChromeDriver import DriverChecker
driver = DriverChecker()
# NOTE Utilise the Driver here.
driver.quit() # Close the browser window
This Code should Allow the User to Download the Latest Chrome Driver as Well as Connect to it.
Python