chrome 无法运行java_Selenium:WebDriverException:Chrome无法启动:由于google-chrome不再运行而崩溃,因此ChromeDriver假设Chrome...

我知道这个问题有几个答案,但到目前为止我没有任何帮助,所以我发布了一个新问题 .

最近我换了电脑,从那时起我不能用硒发射铬 . 我也试过firefox但浏览器只是没有lanch .

from selenium import webdriver

d = webdriver.Chrome('/home/PycharmProjects/chromedriver')

d.get('https://www.google.nl/')

我收到以下错误:

selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed

(unknown error: DevToolsActivePort file doesn't exist)

(The process started from chrome location /opt/google/chrome/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)

(Driver info: chromedriver=2.43.600233, platform=Linux 4.15.0-38-generic x86_64)

我安装了最新的chrome版本和chromedriver

编辑:尝试@ b0sss解决方案后,我收到以下错误 .

selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed

(chrome not reachable)

(The process started from chrome location /opt/google/chrome/google-chrome is no longer running, so chromedriver is assuming that Chrome has crashed.)

(Driver info: chromedriver=2.43.600233 (523efee95e3d68b8719b3a1c83051aa63aa6b10d),platform=Linux 4.15.0-38-generic x86_64)


版权声明:本文为weixin_33137081原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。