LoginSignup
11

More than 5 years have passed since last update.

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

Last updated at Posted at 2014-09-10

macはbrewとかでインストールできるが、ubuntuはzipを落として入れる方法しか見つからなかった。binのパスは適時読み替えてください。

wget -O /tmp/chromedriver.zip http://chromedriver.storage.googleapis.com/2.21/chromedriver_linux64.zip && sudo unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/; sudo chmod +x /usr/local/bin/chromedriver;

Links

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
11