Skip to content

Script to detect the current installed Google Chrome version and download its corresponding driver

Notifications You must be signed in to change notification settings

JamminCoder/chromedriver_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Chrome Driver Manager

Script to detect the current installed Google Chrome version and download its corresponding driver.
Usefull for keeping the driver up-to-date in a project that uses the Selenium framework with Google Chrome.

You need Python 3.7+, requests and beautifulsoup4 installed to use this program:

pip install requests
pip install beautifulsoup4

Then to run the program:

python driver_manager.py

Driver output paths for Windows vs Linux:

Windows: C:\Users\<your-username>\chromedriver_win32\chromedriver.exe
Linux: /home/<your-username/chromedriver_linux64/chromedriver

About

Script to detect the current installed Google Chrome version and download its corresponding driver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages