use driver.app_strings ,but Not getting the app's strings
See original GitHub issueThe 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:
- Created 5 years ago
- Comments:8
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.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.