错误描述:启动selenium时报错,说找不到chrome二进制文件

selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary

解决方案:
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary

通过代码重新指定一下你的chrome.exe的位置

再运行就ok了。
原因:
时因为我把安装的谷歌目录给移动了,所以才导致这样的问题

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-10
  • 2022-12-23
  • 2021-04-03
  • 2021-10-10
  • 2022-12-23
  • 2021-10-19
猜你喜欢
  • 2021-05-24
  • 2021-06-08
  • 2021-09-02
  • 2021-09-06
  • 2022-12-23
相关资源
相似解决方案