Device Farm: Changing chromedriver binary causes chrome not reachable

0

Hi

Is there any documentation for updating chromedriver from the installed v2.38 version to any other from https://chromedriver.chromium.org/downloads.

I've placed this code in the install phase.

- curl -L "https://chromedriver.storage.googleapis.com/2.38/chromedriver_linux64.zip" -o /tmp/chromedriver_linux64_new.zip 2> /dev/null; - unzip /tmp/chromedriver_linux64_new.zip -d /tmp >/dev/null; - rm -rf $DEVICEFARM_CHROMEDRIVER_EXECUTABLE; - mv /tmp/chromedriver $DEVICEFARM_CHROMEDRIVER_EXECUTABLE; - chmod +x $DEVICEFARM_CHROMEDRIVER_EXECUTABLE;

Unfortunately when running with appium I get chrome not reachable. Using the stock chromedriver doesn't have this issue despite being the same version. ChromeDriver 2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb)

I did the same version to debug why chrome not reachable was being reported.

Is there any guidance on how to update chromedriver?

Thanks

已提问 2 年前105 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则