WebDriverManager is a Python Module for facilitating download and deploy of WebDriver binaries.
WebDriverManager is a Python Module aimed to automate the Selenium Webdriver binaries management in runtime. The classes in this module can be used to automatically search for and download the latest version (or a specific version) of a WebDriver binary and then extract it and place it by copying or symlinking it to the location where Selenium or other tools should be able to find it then.
Installation
This module is available on the Python Package Index (PyPI) and can be installed as follows:
pip install webdrivermanager