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

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠