Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.3 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.3 KB

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