ruby – 无法连接到chromedriver 127.0.0.1:9515.亚马逊Linux AMI

我正在使用Linux设置我的selenium-webdriver测试,并致力于使用Cron Jobs自动化我的测试.运行我的脚本时,我收到此错误Selenium::WebDriver::Error::WebDriverError:unable to connect to chromedriver 127.0.0.1:9515...

我正在使用Linux设置我的selenium-webdriver测试,并致力于使用Cron Jobs自动化我的测试.运行我的脚本时,我收到此错误

Selenium::WebDriver::Error::WebDriverError:
   unable to connect to chromedriver 127.0.0.1:9515

哪个chromedriver返回:

在/usr/bin中/ chromedriver

以及google-chrome-stable的回报:

在/usr/bin中/谷歌铬稳定

我认为错误与尚未安装Chrome有关,所以我这样做了,但似乎没有解决我的问题.

我该如何解决这个问题?

谢谢!

解决方法:

首先,找到你的chromedriver(可能是/usr/bin)并检查你的依赖项:

ldd /usr/bin/chromedriver

很可能你至少会缺少libgconf-2

如果是这种情况,请尝试以此解决:https://forums.aws.amazon.com/thread.jspa?threadID=229187

本文标题为:ruby – 无法连接到chromedriver 127.0.0.1:9515.亚马逊Linux AMI

基础教程推荐