报错截图

selenium 报错: WebDriverException: Message: chrome not reachable

 

 报错原因

根据提示,是因为没找到chromedriver,最后经过调试,原来我 '/usr/local/bin/chromedriver' 下的driver有问题,就重新下载个driver,解压到我 /home/v-gazh/Apps 目录下:
selenium 报错: WebDriverException: Message: chrome not reachable

 

 然后再执行代码,就OK了:

selenium 报错: WebDriverException: Message: chrome not reachable

 

相关文章:

  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-02
  • 2022-03-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-30
相关资源
相似解决方案