LoginSignup
0
0

webdriver_managerのエラー対策

Last updated at Posted at 2023-07-21

webdriver_managerを使用していたところ、エラーが発生するようになりました。
driverをダウンロードするためのパスが変わってしまった?ようです。
以下の方法でソースコードを書き換えずに処理できました(応急処置になります)。

pip uninstall webdriver-manager
pip install https://github.com/david-engelmann/webdriver_manager.git

追記

Version3.9で修正されたため、webdriver_managerをアップデートすればOKです。

参考資料

github issue
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