Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 415 Bytes

File metadata and controls

8 lines (7 loc) · 415 Bytes

Python Chromedriver Auto Downloader

Auto downloads stable channel google chromedriver binary based on the operating system and stores in the existing folder (beta testing phase)

How to integrate

download and place the downloader.py file in your project folder. Now import the script as import downloader
Use code like this:

import downloader
downloader.downloadLatestChromedriver()