Skip to content

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

Closed
rgonalo opened this issue May 13, 2014 · 4 comments
Closed

appium/app/strings command must be updated #5

rgonalo opened this issue May 13, 2014 · 4 comments

Comments

@rgonalo
Copy link

rgonalo commented May 13, 2014

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.

  • appium/app/strings without parameters returns the default strings
  • appium/app/strings with the language parameter returns the strings for that language if they exist in the app or the default app strings if not
@imurchie
Copy link
Contributor

Coolio. Do we have any test data for this?

@bootstraponline
Copy link

As far as I know, the two sample apps we're using support english only.

@rgonalo
Copy link
Author

rgonalo commented May 13, 2014

Yes, they support english only. In python I only have checked that app_strings() and app_strings("en") return english strings with ApiDemos.apk:
https://github.com/appium/python-client/pull/20/files#diff-349bc3f80ce233a0a57b4489372b3894L37
It would be nice to have a test app that supports other languages.

@bootstraponline
Copy link

It would be nice to have a test app that supports other languages.

Agreed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants