created
Dec '18
last reply
Dec '18
- 8
replies
- 220
views
- 3
users
- 1
like
- 2
links
This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
Can you try adding the appPackage and appActivity capabilities as well and see if you get the same error?
Use this link if you’re not sure on how to get your app package and app activity. Use either the command line method or the APK Info app method.
Set ‘language’ capability to:
"language": "en",
… and ‘country’ is not supported as capability, but ‘locale’ - e.g.:
"locale": "US"
"locale": "en_US"
Please refer to this page to see if your capabilities are correct:
http://appium.io/docs/en/writing-running-appium/caps/