0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

chrome driverがインストールできない時の対処方法

Last updated at Posted at 2021-04-06

pip install chromedriverでは何やってもできなかった

https://sites.google.com/a/chromium.org/chromedriver/downloads
上記から該当ファイルをダウンロードして、パス指定してできた

driver = webdriver.Chrome(executable_path='c:\\opt\\chromedriver_win32\\chromedriver.exe')

参考
https://qiita.com/memakura/items/20a02161fa7e18d8a693
https://qiita.com/fujino-fpu/items/42e20c69896a25e27bb4

0
0
0

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?