-
Notifications
You must be signed in to change notification settings - Fork 38
appium/app/strings command must be updated #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Coolio. Do we have any test data for this? |
As far as I know, the two sample apps we're using support english only. |
Yes, they support english only. In python I only have checked that app_strings() and app_strings("en") return english strings with ApiDemos.apk: |
|
The Appium command 'session/:sessionId?/appium/app/strings' has changed: appium/appium@af89c29
Now it's a POST command and allows an optional parameter language to get strings for a specific language.
The text was updated successfully, but these errors were encountered: