Skip to content

Just add to your project, in the same folder that you have the chromedriver c:

License

Notifications You must be signed in to change notification settings

Nekoraru22/Chromedriver-Updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Chromedriver-Updater

Just add to your project, in the same folder that you have the chromedriver and use:

try:
    browser = webdriver.Chrome(executable_path= folder + '/chromedriver')
except Exception as error:
    update_chromedriver.start(error)
    browser = webdriver.Chrome(executable_path= folder + '/chromedriver')

About

Just add to your project, in the same folder that you have the chromedriver c:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages