LoginSignup
7

More than 5 years have passed since last update.

Ubuntu にchromedriver を入れる

Last updated at Posted at 2015-04-05

最新版をwgetで持ってきてunzip

$ wget -N http://chromedriver.storage.googleapis.com/2.15/chromedriver_linux64.zip -P /tmp

$ unzip /tmp/chromedriver_linux64.zip -d /tmp

/usr/local/share において/usr/local/bin にシンボリック

$ sudo mv /tmp/chromedriver /usr/local/share

$ sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver

確認

$ which chromedriver

いいね!

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
7