selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home

这个问题很让人头疼啊,想调用谷歌浏览器还报错了

已经按正常的套路下载了Chromedriver了 也已经配置到了user/local/bin下了,按常理说应该是可以了

可是偏偏报错了,查阅了一些资料

解决方案呢就是直接把Chrome driver的可执行文件放在python的项目目录下,然后就可以执行了

2018 遇到selenium.common.exceptions.WebDriverException问题

亲测有效

2018 遇到selenium.common.exceptions.WebDriverException问题

相关文章:

  • 2021-12-24
  • 2022-01-28
  • 2022-01-09
  • 2022-03-06
  • 2021-12-22
  • 2021-04-19
  • 2021-06-14
猜你喜欢
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2021-04-29
  • 2021-11-30
  • 2021-04-29
相关资源
相似解决方案