Ubuntuで、現在インストールされている google-chrome-stable に対応する chromedriver のバージョンを動的に指定してダウンロードする
コマンドのメモ
curl -O https://chromedriver.storage.googleapis.com/`dpkg -s google-chrome-stable | grep Version | sed -r 's/^[^0-9.]+([0-9.]+).*$/\1/'`/chromedriver_linux64.zip
Read other posts