This article explains the steps to install ChromeDriver on MAC OSX using homebrew cask

  • App Name – ChromeDriver
  • App Version – 81.0.4044.138
  • App url – https://sites.google.com/a/chromium.org/chromedriver/home
  • App dmg file – packagedmglink
  • App appcast link – https://chromedriver.storage.googleapis.com/LATEST_RELEASE

Steps To Install ChromeDriver

  • Open Spotlight search using “command + space” button and type “Terminal“. Then press “return/enter” key. This will open terminal.

    spotlight search terminal

  • Run the following command in terminal to install brew cask

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null

    Install brew cask on mac

  • Now install ChromeDriver with the following command

    brew install --cask chromedriver

  • ChromeDriver is installed now and ready to use!