We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e709f5c commit f163507Copy full SHA for f163507
2 files changed
README.md
@@ -895,7 +895,8 @@ user | number or string | no | The user ID for which the package is installed. T
895
896
#### Returned Result
897
898
-List of installed package names.
+A map where keys are packageName and values are maps of platform-specific app properties since UIAutomator2 driver v7.0.0.
899
+UIAutomator2 driver v6.9.0 and v6.9.1 were a list of installed package names.
900
901
### mobile: queryAppState
902
package.json
@@ -58,7 +58,7 @@
58
},
59
"dependencies": {
60
"appium-adb": "^14.0.0",
61
- "appium-android-driver": "^12.7.0",
+ "appium-android-driver": "^13.0.0",
62
"appium-uiautomator2-server": "^9.11.1",
63
"asyncbox": "^6.0.1",
64
"axios": "^1.13.5",
0 commit comments