Google ColaboratoryでSeleniumとchromedriverを使う方法2021/6/24 / 1 min readView more blogs with the tag python, View more blogs with the tag googlecolaboratoryTable of Contents#はじめに#方法はじめに Google ColaboratoryでSeleniumとchromedriverを使う方法です。 方法 Terminal window# 日本語フォントインストール!apt install fonts-ipafont-gothic # Seleniumインストール!pip install selenium # chromedriverインストール!apt update!apt install chromium-chromedriver!cp /usr/lib/chromium-browser/chromedriver /usr/bin