Open
Description
I've run webdriver-manager update --android --versions.appium 1.7.1 --android-api-levels 25
, and then webdriver-manager start --versions.appium 1.7.1 --android --android-api-levels 25
. The server starts successfully and opens the emulator. I then run my tests via protractor protractor.android.conf.js
. They fail instantly with an error indicating that a version of Chrome > 58 is required. When I manually check the chrome version, it's v55.
How can I get webdriver-manager to create the right avd? Alternatively, I've already got other avds in the system that have the right version of chrome; how can I use these?