question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

use driver.app_strings ,but Not getting the app's strings

See original GitHub issue

The problem

I useself.driver.app_string() , Not getting the app’s strings,However,output strings

{'strNetworkTipsConfirmBtn': 'Continue', 'strNotificationClickToRetry': 'Click to retry', 'strNotificationClickToContinue': 'Continue download', 'strUpgradeDialogUpdateTimeLabel': 'Upgrade time', 'strNotificationClickToInstall': 'Click to install', 'strToastCheckingUpgrade': 'Checking upgrade...', 'strUpgradeDialogRetryBtn': 'Retry', 'strNotificationHaveNewVersion': 'Have new version', 'strUpgradeDialogVersionLabel': 'Version', 'strNetworkTipsTitle': 'Network tips', 'strUpgradeDialogFeatureLabel': 'Upgrade feature', 'strNotificationDownloadSucc': 'Download finished', 'strNetworkTipsMessage': 'The Network have switch to mobile network, continue?', 'strUpgradeDialogInstallBtn': 'Install', 'strUpgradeDialogUpgradeBtn': 'Upgrade', 'strToastCheckUpgradeError': 'Check upgrade fail, retry after', 'strUpgradeDialogFileSizeLabel': 'Package Size', 'strNotificationDownloadError': 'Download fail', 'strNotificationClickToView': 'Click to check', 'strNetworkTipsCancelBtn': 'Cancel', 'strUpgradeDialogContinueBtn': 'Continue', 'strNotificationDownloading': 'Downloading...', 'strUpgradeDialogCancelBtn': 'Next time', 'strToastYourAreTheLatestVersion': 'You have no new version'}

Environment

  • Appium version : v1.7.1 and v1.7.2
  • language: python
  • Appium-Python-Client: v0.26
  • Node.js version: v8.10.0
  • Mobile platform/version under test: samsung A9 pro/android / v7.0
  • Real device or emulator/simulator:Real device

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
mykola-mokhnachcommented, Apr 11, 2018

This command just parses the output of aapt d --values resources <apk>. In case the aapt tool cannot find something then we cannot see it as well.

0reactions
lock[bot]commented, Apr 23, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Google Drive App - Method makeCopy (string, string) not found
the method is makeCopy(string, Folder) so the error you are seeing suggests the TARGET_FOLDER global variable you are passing is a String and...
Read more >
String resources | Android Developers
A string resource provides text strings for your application with optional text styling and formatting. There are three types of resources ...
Read more >
Localize strings in your UI and app package manifest - UWP ...
Look at strings in your UI and also in the shell (for example, your title bar—which is your Display name—and the Short name...
Read more >
res/values/strings.xml - platform/packages/apps/Settings
This string asks the user whether or not to allow an app to enable bluetooth. ... HTTP proxy is used by the browser...
Read more >
how to localize iOS apps with string examples - Lokalise
Learn how to setup iOS localization from zero to hero using ... Let's add some languages to the application and create .strings files...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found