appium / appium-docker-android

Appium Server setup to automate android testing on real devices
https://hub.docker.com/r/appium/
Other
585 stars 228 forks source link

since `v1.22.3-p3` chromedriver autodownload does not work any more #152

Closed mikk150 closed 1 year ago

mikk150 commented 1 year ago

since v1.22.3-p3 --allow-insecure chromedriver_autodownload does not seem to work

version: "3.7"
services:
  appium:
    image: appium/appium:latest #if you use v1.22.3-p2 here instead, it works
    ports:
      - 4723
    environment:
      - CHROMEDRIVER_AUTODOWNLOAD=true
      - "APPIUM_ADDITIONAL_PARAMS= --allow-insecure chromedriver_autodownload"
      - REMOTE_ADB=true
      - ANDROID_DEVICES=redroid:5555

working.log no_working.log

budtmo commented 1 year ago

Hi @mikk150 ,

Thank you for testing it. it should be fixed on v1.22.3-p5. I will close the issue, but feel free to reopen if needed.