Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

The chromedriver auto installer for distribution.

License

Notifications You must be signed in to change notification settings

omkarcloud/chromedriver-autoinstaller-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chromedriver-autoinstaller-fix

DEPRECATED! The Official Respository chromedriver-autoinstaller has now been updated to address the issues with Chrome 115. We recommend using the official repository as it is better maintained than current chromedriver-autoinstaller-fix repository. You can find it here

The library chromedriver-autoinstaller-fix addresses and resolves certain issues present in the original python-chromedriver-autoinstaller.

Installation

pip install chromedriver-autoinstaller-fix

Usage

Just type import chromedriver_autoinstaller_fix in the module you want to use chromedriver.

Example

from selenium import webdriver
import chromedriver_autoinstaller_fix


chromedriver_autoinstaller_fix.install()  # Check if the current version of chromedriver exists
                                      # and if it doesn't exist, download it automatically,
                                      # then add chromedriver to path

driver = webdriver.Chrome()
driver.get("http://www.python.org")
assert "Python" in driver.title

Would appreciate a Star :)

About

The chromedriver auto installer for distribution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages