LoginSignup
28
23

More than 3 years have passed since last update.

Homebrewでchromedriverをインストールする

Last updated at Posted at 2018-03-17

selenium-server-standalone と chromedriver をインストール

$ brew update
$ brew install selenium-server-standalone
$ brew install chromedriver

参考
https://gist.github.com/stoshiya/3dc36187ede3e6eee3e4

エラーが出た場合

$ brew install chromedriver
Error: No available formula with the name "chromedriver"
Found a cask named "chromedriver" instead.
$ brew cask install chromedriver
==> Satisfying dependencies
==> Downloading https://chromedriver.storage.googleapis.com/75.0.3770.8/chromedriver_mac64.zip
######################################################################## 100.0%
==> Verifying SHA-256 checksum for Cask 'chromedriver'.
==> Installing Cask chromedriver
==> Linking Binary 'chromedriver' to '/usr/local/bin/chromedriver'.
🍺  chromedriver was successfully installed!
28
23
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
28
23