Skip to content

Shell script you can run when Chrome updates and breaks your chromedriver

License

Notifications You must be signed in to change notification settings

NotDefinedTech/auto-update-chromedriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

When Chrome's constant updates break your chromedriver scripts

You can run this shell script to automatically get the appropriate chromedriver version for the version of Chrome on your Mac. It finds that correct chromedriver, downloads it, unzips and overwrites the old chromedriver file.

Watch a full walkthrough of this script: https://www.youtube.com/watch?v=d3XOkEvLR64

Requirements

How to use

  1. Put this shell script in the same directory as your current chromedriver file.
  2. Open your terminal and cd to that directory
  3. Change permissions on this script to be executable: chmod +x get-latest-chromedriver.sh
  4. Run the script! ./get-latest-chromedriver.sh

About

Shell script you can run when Chrome updates and breaks your chromedriver

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages