Google ColaboratoryでSeleniumとchromedriverを使う方法 2021年6月24日 / 1 min read View more blogs with the tag python , View more blogs with the tag googlecolaboratory Table 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