Open Cullima opened 7 years ago
+1
Just use webdriver-manager update --ios --versions.appium 1.7.0
and webdriver-manager start --ios --versions.appium 1.7.0
Does appium, ios, and android support help? I'm not sure how many users use this.
A quick update on this: currently webdriver-manager 13 does not support appium. Please write issues here about it. I took out the support since the migration was slowing down the release for Protractor. How are you using this? I couldn't get a strong use case to continue support. Please let me know and I'll try to add it back.
Spent several hours figuring out what was the problem, then just rolled back to 5.4.2 and everything works well. The problem is not only it doesn't support appium, it also behaves differently, i.e. Update command doesn't work - it downloads needed files without installation.
Included version of Appium when running webdriver-manager update --ios is 1.6.0 which does not support xcode 9 and results in error when running tests for xcode 9 project. Is ther a way to update to Appium 1.7.0?