Skip to content

iamseyedalipro/chromeDriverManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChromeDriverManager

ChromeDriverManager is a Python class designed to simplify the installation and updating process of the ChromeDriver executable, which is essential for automating Google Chrome browser tasks using Selenium.

Installation

You can install ChromeDriverManager via pip. Run the following command:

pip install git+https://github.com/iamseyedalipro/chromeDriverManager.git

Usage

To use ChromeDriverManager, simply call its install method. This method orchestrates the entire installation process, ensuring that the latest version of ChromeDriver is downloaded and installed.

from ChromeDriverManager import ChromeDriverManager

# Instantiate the ChromeDriverManager
manager = ChromeDriverManager()

# Install ChromeDriver
chromedriver_path = manager.install()

# Now you can use chromedriver_path to set up your Selenium WebDriver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages